CakeFest 2024: The Official CakePHP Conference

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. Bei einem Fehler wird false zurückgegeben.

add a note

User Contributed Notes

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