CakeFest 2024: The Official CakePHP Conference

Swoole\Process::signal

(PECL swoole >= 1.9.0)

Swoole\Process::signalSend signal to the child processes.

説明

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

パラメータ

signal_no

callback

戻り値

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top