parrotcode: PHP exec Standard Library | |
Contents | Language Implementations | Pipp |
php_exec.pir - PHP exec Standard Library
string escapeshellarg(string arg)
string escapeshellcmd(string command)
string exec(string command [, array &output [, int &return_value]])
void passthru(string command [, int &return_value])
bool proc_nice(int priority)
string shell_exec(string cmd)
int system(string command [, int &return_value])
|