Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
system
system
Execute external programs and display output
Name:
system
Category:
Program execution
Programming Language:
php
One-line Description:
Execute external programs and display output
Related
The performance impact of serialize: How to optimize when serializing large data volumes?
7
Can convert_cyr_string Clean Text? Try Encoding Cleanup with str_replace
9
How to Use mysqli_stmt::$error_list to Retrieve and Manage Multiple Error Messages
3
The combined use of defined() and constant() function
7
Similar Functions
proc_close
proc_close
Closetheprocessopene
passthru
passthru
Executeexternalprogr
escapeshellarg
escapeshellarg
Transcodethestringin
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_nice
proc_nice
Changethepriorityoft
proc_terminate
proc_terminate
Killaprocessopenedby
proc_get_status
proc_get_status
Getinformationaboutp
shell_exec
shell_exec
Executecommandsthrou
Popular Articles