Swoole\Process::kill

(PECL swoole >= 1.9.0)

Swoole\Process::killSend signal to the child process.

Beschreibung

public static Swoole\Process::kill ( int $pid , int $signal_no = ? ) : bool

Send signal to the child process.

Parameter-Liste

pid

Process pid

signal_no

Signal to be sent

Rückgabewerte

Gibt bei Erfolg true zurück. Im Fehlerfall wird false zurückgegeben.

add a note add a note

User Contributed Notes

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