XXXII. Funktionen zur Programmausführung

Diese Funktionen stellen Mittel und Wege zur Verfügung, Befehle und externe Programme auf dem System selbst auszuführen und diese Ausführung sicher durchzuführen. Diese Funktionen stehen in enger Beziehung zum Backtick-Operator.

Inhaltsverzeichnis
escapeshellarg --  Maskiert eine Zeichenkette (String), um sie als Shell-Argument benutzen zu können
escapeshellcmd -- Maskiert Shell-Metazeichen
exec -- Führt ein externes Programm aus
passthru --  Führt ein externes Programm aus und zeigt dessen Ausgabe an
proc_close -- Close a process opened by proc_open() and return the exit code of that process.
proc_get_status -- Get information about a process opened by proc_open()
proc_nice -- Change the priority of the current process
proc_open --  Execute a command and open file pointers for input/output
proc_terminate -- kills a process opened by proc_open
shell_exec -- Execute command via shell and return the complete output as a string
system --  Führt ein externes Programm aus und zeigt dessen Ausgabe an.

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:25