![]() | pcntl_wtermsigDescriptionint pcntl_wtermsig ( int status)Returns the number of the signal that caused the child process to terminate. This function is only useful if pcntl_wifsignaled() returned TRUE. 参数 status 是提供给成功调用的 pcntl_waitpid() 函数的状态参数。 See also pcntl_waitpid(), pcntl_signal() and pcntl_wifsignaled(). | ![]() |