JApplicationDaemon::pcntlChildExitStatus
Method to return the exit code of a terminated child process.
Signature
protected function pcntlChildExitStatus(integer
$statusĀ )
Parameters
-
$status
- The status parameter is the status parameter supplied to a successful call to pcntl_waitpid().
Returns
- integer
- The child process exit code.