Description
bool
pcntl_wifexited ( int status )
Returns TRUE if the child status code represents a successful
exit.
El parametro
status es un parametro de estado enviado a una
llamada con exito de pcntl_waitpid().
See also pcntl_waitpid() and
pcntl_wexitstatus().