Swoole\Process::kill
(PECL swoole >= 1.9.0)
Swoole\Process::kill — Send signal to the child process.
Beschreibung
$pid, int $signal_no = ?): boolSend signal to the child process.
Parameter-Liste
-
pid -
Process pid
-
signal_no -
Signal to be sent
Rückgabewerte
Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

