array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.pcntl-wifsignaled.php', 1 => 'pcntl_wifsignaled', 2 => 'Checks whether the status code represents a termination due to a signal', ), 'up' => array ( 0 => 'ref.pcntl.php', 1 => 'Функції PCNTL', ), 'prev' => array ( 0 => 'function.pcntl-wifexited.php', 1 => 'pcntl_wifexited', ), 'next' => array ( 0 => 'function.pcntl-wifstopped.php', 1 => 'pcntl_wifstopped', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/pcntl/functions/pcntl-wifsignaled.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
pcntl_wifsignaled — Checks whether the status code represents a termination due to a signal
Checks whether the child process exited because of a signal which was not caught.
Returns true if the child process exited because of a signal which was
not caught, false otherwise.