(PECL swoole >= 1.9.0)
Swoole\Process::kill — Send signal to the child process.
$pid
, int $signal_no
= ?): boolSend signal to the child process.
pid
Process pid
signal_no
Signal to be sent
Cette fonction retourne true
en cas de succès ou false
si une erreur survient.