= 4.1.0, PHP 5, PHP 7, PHP 8)pcntl_wifstopped — 檢查子進(jìn)程當(dāng)前是否已經(jīng)停止說明pcntl_wifstopped(int $status): bool僅查子進(jìn)程當(dāng)前是否停止; 此函數(shù)只有作用于使用了WUNT">
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
pcntl_wifstopped — 檢查子進(jìn)程當(dāng)前是否已經(jīng)停止
$status
): bool
僅查子進(jìn)程當(dāng)前是否停止; 此函數(shù)只有作用于使用了WUNTRACED
作為
option的pcntl_waitpid()函數(shù)調(diào)用產(chǎn)生的status時(shí)才有效。
如果子進(jìn)程當(dāng)前是停止的返回 true
,其他情況返回 false
。