|
| __construct ($script) |
|
| setQuiet ($quiet=TRUE) |
|
| execute (array &$output=NULL, &$exitStatus=NULL) |
|
◆ execute()
OMV\System\ShellScript::execute |
( |
array & |
$output = NULL , |
|
|
& |
$exitStatus = NULL |
|
) |
| |
Execute the script.
- Parameters
-
output | If the output argument is present, then the specified array will be filled with every line of output from the script. |
exitStatus | If the argument is present along with the output argument, then the return status of the executed script will be written to this variable. |
- Exceptions
-
The documentation for this class was generated from the following file: