PHP 클래스 Webmozart\Console\Util\ProcessTitle

부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
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.