Swoole\Process::name
PHP Manual
PHP Manual»Swoole\Process»Swoole\Process::name

Swoole\Process::name

(PECL swoole >= 1.9.0)

Swoole\Process::nameSet name of the process.

Açıklama

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

Bağımsız Değişkenler

process_name

Set name of the process.

Dönen Değerler

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

To Top