pcntl_wifexited
Description
bool pcntl_wifexited ( int status )Checks wether the child status code represents a normal exit.
Parameters
statusThe parameter
statusis the status parameter supplied to a successfull call to pcntl_waitpid().
Checks wether the child status code represents a normal exit.
statusThe parameter
status is the status parameter supplied to a successfull
call to pcntl_waitpid().
Total time: 0.1995