(PHP 4, PHP 5, PHP 7)
posix_kill — Send a signal to a process
$pid
$sig
Send the signal sig to the process with the process identifier pid.
sig
pid
The process identifier.
One of the PCNTL signals constants.
成功时返回 TRUE, 或者在失败时返回 FALSE。
TRUE
FALSE