|
pcntl_sigwaitinfo(PHP 5 >= 5.3.0) pcntl_sigwaitinfo — Waits for signals Описание
int pcntl_sigwaitinfo
( array $set
[, array &$siginfo
] )
The pcntl_sigwaitinfo() function suspends execution of the calling script until one of the signals given in set are delivered. If one of the signal is already pending (e.g. blocked by pcntl_sigprocmask()), pcntl_sigwaitinfo() will return immediately. Список параметров
Возвращаемые значенияOn success, pcntl_sigwaitinfo() returns a signal number. Примеры
Пример #1 pcntl_sigwaitinfo() example
<?php Смотрите также
|
|