PHP Класс Webmozart\Console\Util\ProcessTitle

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
__construct ( )
changeProcessTitleTo ( $processTitle )

Описание методов

isSupported() публичный статический Метод

Returns whether process titles can be set.
public static isSupported ( ) : boolean
Результат boolean Returns `true` if process titles can be set and `false` otherwise.

resetProcessTitle() публичный статический Метод

Resets the title of the PHP process to the previous value.
public static resetProcessTitle ( )

setProcessTitle() публичный статический Метод

Sets the title of the PHP process.
public static setProcessTitle ( string $processTitle )
$processTitle string The process title.