pcntl_wtermsig 返回导致子进程中断的信号


pcntl_wtermsig

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wtermsig返回导致子进程中断的信号

说明

int pcntl_wtermsig ( int $status )

返回导致子进程中断的信号编号。这个函数仅在pcntl_wifsignaled() 返回 TRUE 时有效。

参数

status

参数 status 是提供给成功调用 pcntl_waitpid() 时的状态参数。

返回值

返回整型的信号编号。

参见


«  pcntl_wstopsig
» pfsockopen
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3