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
serialize vs. XML and CSV formats: Which format is better for data storage?
6
Tips for implementing dynamic plug-in loading using init function
9
Use array_slice to return result mock data using the API
7
How to Get Absolute Folder Paths Using PHP realpath() Function and Important Considerations
8
Similar Functions
exec
exec
Executeanexternalpro
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_nice
proc_nice
Changethepriorityoft
proc_close
proc_close
Closetheprocessopene
passthru
passthru
Executeexternalprogr
system
system
Executeexternalprogr
proc_get_status
proc_get_status
Getinformationaboutp
escapeshellarg
escapeshellarg
Transcodethestringin
Popular Articles