



|
Manuel PHP
|
|
Table : .pcntl alarm.pcntl exec .pcntl fork .pcntl getpriority .pcntl setpriority .pcntl signal .pcntl wait .pcntl waitpid .pcntl wexitstatus .pcntl wifexited .pcntl wifsignaled .pcntl wifstopped .pcntl wstopsig .pcntl wtermsig |
pcntl_wifexitedpcntl_wifexited(PHP 4 >= 4.1.0, PHP 5) pcntl_wifexited -- Retourne TRUE si le code de retour représente une fin normaleDescriptionbool pcntl_wifexited ( int status )pcntl_wifexited() retourne TRUE si le processus fils a retourné un code qui représente une fin normale. Le paramètre
Voir aussi pcntl_waitpid() et pcntl_wexitstatus().
|

