March 2002
Intermediate to advanced
528 pages
21h 29m
English
shell_exec
string shell_exec(string command)
Executes command via the shell and returns
the last line of output from the command’s result.
This function is called when you use the backtick operator (``).