OS_WINDOWS
OS_WINDOWS = 1
BackgroundProcess.
Runs a process in the background.
run(string $outputFile = '/dev/null', boolean $append = false)
Runs the command in a background process.
string | $outputFile | File to write the output of the process to; defaults to /dev/null currently $outputFile has no effect when used in conjunction with a Windows server |
boolean | $append |
|