(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.
Returns TRUE on success or FALSE on failure.