pcntl_wifstopped
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
pcntl_wifstopped — 检查子进程当前是否已经停止
说明
仅查子进程当前是否停止;此函数只有作用于使用了 WUNTRACED 作为
option 的 pcntl_waitpid() 函数调用产生的 status 时才有效。
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
pcntl_wifstopped — 检查子进程当前是否已经停止
仅查子进程当前是否停止;此函数只有作用于使用了 WUNTRACED 作为
option 的 pcntl_waitpid() 函数调用产生的 status 时才有效。