JavaScript Editor Javascript debugger     Website design 


pcntl_wifexited

Checks if status code represents a normal exit (PHP 4 >= 4.0.7, PHP 5)
bool pcntl_wifexited ( int status )

Checks whether the child status code represents a normal exit.

Parameters

status

The parameter status is the status parameter supplied to a successfull call to pcntl_waitpid().

Return Values

Returns TRUE if the child status code represents a normal exit, FALSE otherwise.