Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
exec
exec
Execute an external program
Name:
exec
Category:
Program execution
Programming Language:
php
One-line Description:
Execute an external program
Related
Notes when using array_diff()
4
Why Does the imageflip() Function Return False? Common Errors and Solutions Explained
9
crypt() Best security configuration when generating passwords
10
PHP Code Standards Learning Resources and Tools, Improving Code Quality and Maintainability
5
Similar Functions
proc_close
proc_close
Closetheprocessopene
proc_open
proc_open
Executeacommandandop
escapeshellarg
escapeshellarg
Transcodethestringin
passthru
passthru
Executeexternalprogr
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_nice
proc_nice
Changethepriorityoft
shell_exec
shell_exec
Executecommandsthrou
proc_terminate
proc_terminate
Killaprocessopenedby
Popular Articles