CakeFest 2024: The Official CakePHP Conference

Swoole\Process::name

(PECL swoole >= 1.9.0)

Swoole\Process::nameSet name of the process.

Descrição

public Swoole\Process::name(string $process_name): bool

Parâmetros

process_name

Set name of the process.

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