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
PHP Scheduled Email Sending Tutorial: From Setup to Code Examples
1
Does array_change_key_case() support JIT compilation optimization in PHP 8?
4
How to combine xml_parse with xml_parser_free to release parser resources
3
How to Write Standardized PHP Function Documentation?
3
Similar Functions
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_open
proc_open
Executeacommandandop
escapeshellarg
escapeshellarg
Transcodethestringin
system
system
Executeexternalprogr
exec
exec
Executeanexternalpro
proc_close
proc_close
Closetheprocessopene
proc_nice
proc_nice
Changethepriorityoft
shell_exec
shell_exec
Executecommandsthrou
Popular Articles