NAME ^

php_exec.pir - PHP exec Standard Library

DESCRIPTION ^

Functions ^

string escapeshellarg(string arg)
Quote and escape an argument for use in a shell commandNOT IMPLEMENTED.
string escapeshellcmd(string command)
Escape shell metacharactersNOT IMPLEMENTED.
string exec(string command [, array &output [, int &return_value]])
Execute an external programNOT IMPLEMENTED.
void passthru(string command [, int &return_value])
Execute an external program and display raw outputNOT IMPLEMENTED.
bool proc_nice(int priority)
Change the priority of the current processNOT IMPLEMENTED.
string shell_exec(string cmd)
Execute command via shell and return complete output as stringNOT IMPLEMENTED.
int system(string command [, int &return_value])
Execute an external program and display outputNOT IMPLEMENTED.


parrot