PHP 8.3.4 Released!

Swoole\Process::name

(PECL swoole >= 1.9.0)

Swoole\Process::nameSet name of the process.

Description

public Swoole\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.

add a note

User Contributed Notes

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