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
Does spl_autoload_unregister Affect Performance? A Comparative Analysis with spl_autoload_register
7
The combination of init function and cache system (Redis, Memcached) initialization
2
The difference between strnatcasecmp and strcmp: Which one is more suitable to choose?
8
Use socket_cmsg_space to obtain socket information in combination with socket_getsockname
7
Similar Functions
proc_open
proc_open
Executeacommandandop
proc_nice
proc_nice
Changethepriorityoft
proc_close
proc_close
Closetheprocessopene
proc_terminate
proc_terminate
Killaprocessopenedby
passthru
passthru
Executeexternalprogr
proc_get_status
proc_get_status
Getinformationaboutp
system
system
Executeexternalprogr
exec
exec
Executeanexternalpro
Popular Articles