update : 2015.11.03
php.shukuma.com검색:
|
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 인수
반환값On success, pcntl_sigwaitinfo() returns a signal number. 예제
Example #1 pcntl_sigwaitinfo() example
<?php 참고
|