(PHP 4, PHP 5, PHP 7)
posix_kill — Send a signal to a process
$pid
, int $sig
) : bool
Send the signal sig to the process with
the process identifier pid.
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.