Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
pcntl_wifexited
Popis
bool pcntl_wifexited ( int status )Checks wether the child status code represents a normal exit.
Seznam parametrů
status
Parametr
status
je stavový parametr poskytnutý úspěšnému volánà pcntl_waitpid().
Návratové hodnoty
Returns TRUE if the child status code represents a normal exit, FALSE otherwise.
PÅ™edcházejÃcà | Domů | Dalšà |
pcntl_wexitstatus | Nahoru |