(PHP 4, PHP 5)
posix_kill — Send a signal to a process
Send the signal sig to the process with the process identifier pid .
The process identifier.
One of the PCNTL signals constants.
如果成功则返回 TRUE,失败则返回 FALSE。