PHP 8.3.4 Released!

Swoole\Process::signal

(PECL swoole >= 1.9.0)

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

Açıklama

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

Bağımsız Değişkenler

signal_no

callback

Dönen Değerler

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