posix_kill

 bool posix_kill ( int $pid , int $sig ) 

説明

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

戻り値

Returns TRUE on success or FALSE on failure.