Ausführung von Systemprogrammen
- Einführung
- Installation/Konfiguration
- Vordefinierte Konstanten
- Funktionen zur Programmausführung
- 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
Programmausführung
There are no user contributed notes for this page.
