pcntl_wexitstatus
Description
int pcntl_wexitstatus ( int status )Returns the return code of a terminated child. This function is only useful if pcntl_wifexited() returned TRUE.
Parameters
statusThe parameter
statusis the status parameter supplied to a successfull call to pcntl_waitpid().
