Swoole\Process::signal

(PECL swoole >= 1.9.0)

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

Descripción

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

Parámetros

signal_no

callback

Valores devueltos

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

add a note add a note

User Contributed Notes

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