Executes the shell comand and stashes the output.
SimpleShell
SimpleShell
()
Actually runs the command. Does not trap the error stream output as this need PHP 4.3+.
integer
execute
(string $command)
-
string
$command: The actual command line to run.
Accessor for the last output.
string
getOutput
()
Accessor for the last output.
array
getOutputAsList
()