Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
shell_exec
shell_exec
Execute commands through the shell environment and return the complete output as a string
Name:
shell_exec
Category:
Program execution
Programming Language:
php
One-line Description:
Execute commands through the shell environment and return the complete output as a string
Related
Common Errors with ftp_nb_continue During File Transfer and How to Debug Them
10
Similar Functions
passthru
passthru
Executeexternalprogr
proc_open
proc_open
Executeacommandandop
shell_exec
shell_exec
Executecommandsthrou
escapeshellarg
escapeshellarg
Transcodethestringin
system
system
Executeexternalprogr
proc_get_status
proc_get_status
Getinformationaboutp
proc_close
proc_close
Closetheprocessopene
escapeshellcmd
escapeshellcmd
shellmetacharacteres
Popular Articles
Common Errors with ftp_nb_continue During File Transfer and How to Debug Them