Home
PHP
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
Use strnatcasecmp function to sort product lists in e-commerce websites
4
Integrate the mysqli_stmt::$error output into your log system
6
How to implement a fault tolerance mechanism for failed operations through mysqli_stmt::$error
4
How to custom sort arrays in combination with strnatcasecmp and array_map?
7
Similar Functions
passthru
passthru
Executeexternalprogr
exec
exec
Executeanexternalpro
escapeshellarg
escapeshellarg
Transcodethestringin
proc_open
proc_open
Executeacommandandop
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_get_status
proc_get_status
Getinformationaboutp
system
system
Executeexternalprogr
proc_close
proc_close
Closetheprocessopene
Popular Articles