Forum und email

pcntl_wifexited

(PHP 4 >= 4.0.7, PHP 5)

pcntl_wifexited β€” Checks if status code represents a normal exit

说明

bool pcntl_wifexited ( int $status )

Checks whether the child status code represents a normal exit.

参数

status

status ε‚ζ•°ζ˜―ζδΎ›η»™ζˆεŠŸθ°ƒη”¨ηš„ pcntl_waitpid() ε‡½ζ•°ηš„ηŠΆζ€ε‚ζ•°γ€‚

θΏ”ε›žε€Ό

Returns TRUE if the child status code represents a normal exit, FALSE otherwise.