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().