



|
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_wifstoppedpcntl_wifstoppedDescriptionbool pcntl_wifstopped ( int status )pcntl_wifstopped() retourne TRUE si le processus fils est stoppé ; cela n'est possible que si l'appel à pcntl_waitpid() a été fait avec l'option WUNTRACED. Le paramètre
Voir aussi pcntl_waitpid().
|

