LXXXIII. Funkce Spouštění Programů

Obsah
escapeshellarg -- ouvozovkování řetězce pro použití jako argument shellu
escapeshellcmd -- escape shellovské metaznaky
exec -- Provést externí program
passthru --  Vykonat externí program a zobrazit nezpracovaný výstup
proc_close --  Close a process opened by proc_open and return the exit code of that process.
proc_open --  Execute a command and open file pointers for input/output
shell_exec --  Execute command via shell and return complete output as string
system -- Provést externí program a zobrazit výstup