PHP function cli_set_process_title()
Sets the process title
Availability in versions: PHP 5.5.0
Sets the process title
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$title |
string |
not | The new title. |
Return values
bool
TRUE on success or FALSE on failure.
Other resources
Loading comments...