Swoole\Process::signal

(PECL swoole >= 1.9.0)

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

Descrierea

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

Parametri

signal_no

callback

Valorile întoarse

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