proc_close
  • References/PHP/Function/Process Control/Program execution

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Close a process opened by

2025-01-10 15:47:30
system
  • References/PHP/Function/Process Control/Program execution

(PHP 4, PHP 5, PHP 7) Execute an external program and display the output

2025-01-10 15:47:30
escapeshellarg
  • References/PHP/Function/Process Control/Program execution

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Escape a string to be used as a shell argument

2025-01-10 15:47:30
proc_get_status
  • References/PHP/Function/Process Control/Program execution

(PHP 5, PHP 7) Get information about a process opened by

2025-01-10 15:47:30
passthru
  • References/PHP/Function/Process Control/Program execution

(PHP 4, PHP 5, PHP 7) Execute an external program and display raw output

2025-01-10 15:47:30
shell_exec
  • References/PHP/Function/Process Control/Program execution

(PHP 4, PHP 5, PHP 7) Execute command via shell and return the complete output as a string

2025-01-10 15:47:30
exec
  • References/PHP/Function/Process Control/Program execution

(PHP 4, PHP 5, PHP 7) Execute an external program

2025-01-10 15:47:30
proc_terminate
  • References/PHP/Function/Process Control/Program execution

(PHP 5, PHP 7) Kills a process opened by proc_open

2025-01-10 15:47:30
proc_nice
  • References/PHP/Function/Process Control/Program execution

(PHP 5, PHP 7) Change the priority of the current process

2025-01-10 15:47:30
escapeshellcmd
  • References/PHP/Function/Process Control/Program execution

(PHP 4, PHP 5, PHP 7) Escape shell metacharacters

2025-01-10 15:47:30