(PHP 4 >= 4.1.0, PHP 5, PHP 7)
pcntl_wstopsig — 返回导致子进程停止的信号
pcntl_wstopsig ( int $status ) : int
$status
返回导致子进程停止的信号编号。这个函数仅在pcntl_wifstopped()返回 true 时有效。
true
status
返回信号编号。