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
How to Convert Word Documents to PDF Using PHP on Linux
9
Use array_slice to skip the first few elements of the array
10
The relationship between mysqli_stmt::$error and mysqli error reporting mechanism
5
Complete Guide to PHP7 Configuration and Optimization in LNMP Environment | Improve Website Performance & SEO Ranking
10
Similar Functions
proc_terminate
proc_terminate
Killaprocessopenedby
shell_exec
shell_exec
Executecommandsthrou
proc_open
proc_open
Executeacommandandop
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_get_status
proc_get_status
Getinformationaboutp
escapeshellarg
escapeshellarg
Transcodethestringin
proc_nice
proc_nice
Changethepriorityoft
exec
exec
Executeanexternalpro
Popular Articles