Swoole\Process::kill

(PECL swoole >= 1.9.0)

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

Descrição

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

Send signal to the child process.

Parâmetros

pid

Process pid

signal_no

Signal to be sent

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

add a note

User Contributed Notes

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