Swoole\Process::name

(PECL swoole >= 1.9.0)

Swoole\Process::nameSet name of the process.

說明

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

參數

process_name

Set name of the process.

返回值

成功時返回 true, 或者在失敗時返回 false。