The
pcntl_sigwaitinfo()
function suspends execution of the
calling script until one of the signals given in
signals
are delivered. If one of the signal is already pending (e.g. blocked by
pcntl_sigprocmask()
),
pcntl_sigwaitinfo()
will return immediately.
dave at mudsite dot com
¶
8 years ago
This function is not available on platforms that do not implement the underlying C function. Included in this would be MaxOS[1], and FreeBSD[2]