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

Parameters

process_name

Set name of the process.

Return Values

Returns true on success or false on failure.

add a note

User Contributed Notes

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