posix_kill

Example

 bool posix_kill ( int $pid , int $sig ) 

Description

Send the signal sig to the process with the process identifier pid.

Return Values

Returns TRUE on success or FALSE on failure.