Search Results
Returns the number of the signal which caused the child to stop. This function is only useful if pcntl_wifstopped () returned true.
Simple usage example of `pcntl_wstopsig ()`. The `pcntl_wstopsig` function is used in PHP to return the signal that caused a child process to stop. This function is particularly useful in scenarios where multiple child processes are being managed, and it helps in identifying the specific signal that caused a particular child process to stop.
Execute pcntl_wstopsig Online. Info and examples on pcntl_wstopsig PHP Function from Process Control - Process Control Extensions
PHP Manual PHP Manual PCNTL 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_wtermsig
pcntl_wstopsig — Returns the signal which caused the child to stop
The pcntl_wstopsig of PCNTL for PHP returns the signal which caused the child to stop.
pcntl_wifsignaled — Retourne true si le code statut représente une fin due à un signal pcntl_wifstopped — Retourne true si le processus fils est stoppé pcntl_wstopsig — Retourne le signal qui a causé l'arrêt du processus fils pcntl_wtermsig — Retourne le signal qui a provoqué la fin du processus fils
