Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
pcntl_wtermsig
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wtermsig - Returns the signal which caused the child to terminateОписание
int pcntl_wtermsig ( int status )Returns the number of the signal that caused the child process to terminate. This function is only useful if pcntl_wifsignaled() returned TRUE.
Параметр status - это переменная, переданная по ссылке в функцию pcntl_waitpid().
Смотрите также pcntl_waitpid(), pcntl_signal() and pcntl_wifsignaled().
Описание на ru2.php.netОписание на php.ru