Swoole\Process::name

(PECL swoole >= 1.9.0)

Swoole\Process::nameSet name of the process.

Description

publicSwoole\Process::name(string$process_name): bool

Liste de paramètres

process_name

Set name of the process.

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

To Top