update : 2015.11.03
php.shukuma.com검색:
|
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 인수
반환값Returns the signal number, as an integer. 참고
|