pcntl_wstopsig

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wstopsig -- 子プロセスを停止させたシグナルを返す

説明

int pcntl_wstopsig ( int status )

子プロセスを停止させたシグナル番号を返します。この関数は、 pcntl_wifstopped()TRUE を返す場合のみ有用です。

パラメータ

status

パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。

返り値

シグナル番号を返します。

参考

pcntl_waitpid()
pcntl_wifstopped()