



|
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_wifsignaledpcntl_wifsignaled(PHP 4 >= 4.1.0, PHP 5) pcntl_wifsignaled -- Retourne TRUE si le code statut représente une fin due à un signalDescriptionbool pcntl_wifsignaled ( int status )pcntl_wifsignaled() retourne TRUE si le processus fils sort car un signal n'a pu être reçu. Le paramètre
Voir aussi pcntl_waitpid() et pcntl_signal().
|

