Method | Description | |
---|---|---|
isSupported ( ) : boolean | Returns whether process titles can be set. | |
resetProcessTitle ( ) | Resets the title of the PHP process to the previous value. | |
setProcessTitle ( string $processTitle ) | Sets the title of the PHP process. |
Method | Description | |
---|---|---|
__construct ( ) | ||
changeProcessTitleTo ( $processTitle ) |
public static isSupported ( ) : boolean | ||
return | boolean | Returns `true` if process titles can be set and `false` otherwise. |
public static resetProcessTitle ( ) |
public static setProcessTitle ( string $processTitle ) | ||
$processTitle | string | The process title. |