(PHP 4, PHP 5)
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.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE