cli_set_process_title

PHP 5 >= 5.5.0, PHP 7, PHP 8
cli_set_process_title - Sets the process title
Manual
Code Examples

cli_set_process_title( string$title ): bool

Sets the process title visible in tools such as top and ps. This function is available only in CLI mode.

Parameters

title

The new title.

Return Values

Returns true on success or false on failure.

Exceptions and Errors

An E_WARNING will be generated if the operating system is unsupported.

Related Functions

Example of cli_set_process_title

Show all examples for cli_set_process_title

PHP Version: