PHP 8.3.4 Released!

Swoole\Process::kill

(PECL swoole >= 1.9.0)

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

Açıklama

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

Send signal to the child process.

Bağımsız Değişkenler

pid

Process pid

signal_no

Signal to be sent

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

add a note

User Contributed Notes

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