Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
pcntl_wifstopped
Popis
bool pcntl_wifstopped ( int status )Checks wether the child process which caused the return is currently stopped; this is only possible if the call to pcntl_waitpid() was done using the option WUNTRACED.
Seznam parametrů
status
Parametr
status
je stavový parametr poskytnutý úspěšnému volánà pcntl_waitpid().
Návratové hodnoty
Returns TRUE if the child process which caused the return is currently stopped, FALSE otherwise.
PÅ™edcházejÃcà | Domů | Dalšà |
pcntl_wifsignaled | Nahoru |