pcntl_wifexited
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wifexited — 检查状态代码是否代表一个正常的退出。
说明
bool pcntl_wifexited
( int
$status
)检查子进程状态代码是否代表正常退出。
返回值
当子进程状态代码代表正常退出时返回 TRUE ,其他情况返回 FALSE。
There are no user contributed notes for this page.
