Swoole\Process::signal

Send signal to the child processes.

説明

public static void Swoole\Process::signal(string $signal_no, callable $callback)

パラメータ

signal_no

callback

戻り値

If signal sent successfully, it returns TRUE, otherwise it returns FALSE.