Swoole\Process::kill
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Send signal to the child process.
Description
Swoole\Process::kill(int $pid, [int $signal_no]): bool
Send signal to the child process.
Parameters
pidProcess pid
signal_noSignal to be sent
Return Values
Success