|
pcntl_wexitstatusReturns the return code of a terminated child Description
intfalse pcntl_wexitstatus(int
$status )
Returns the return code of a terminated child. This function is
only useful if pcntl_wifexited returned
Parameters
Return Values
Returns the return code.
If the functionality is not supported by the OS, See Also
|