PHP - Manual: pcntl_wtermsig
2024-11-14
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
pcntl_wtermsig — 返回导致子进程中断的信号
$status
返回导致子进程中断的信号编号。这个函数仅在pcntl_wifsignaled() 返回 true 时有效。
true
status
参数 status 是提供给成功调用 pcntl_waitpid() 时的状态参数。
返回整型的信号编号。
官方地址:https://www.php.net/manual/en/function.pcntl-wtermsig.php