



|
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_wtermsigpcntl_wtermsigDescriptionint pcntl_wtermsig ( int status )pcntl_wtermsig() retourne le numéro du signal qui a provoqué la fin du processus fils. Cette fonction est uniquement utile si pcntl_wifsignaled() retourne TRUE. Le paramètre
Voir aussi pcntl_waitpid(), pcntl_signal() et pcntl_wifsignaled().
|

