프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$quiet | boolean |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$err | resource | The resource for err | |
$out | resource | The resource for out |
메소드 | 설명 | |
---|---|---|
colorize ( string $string, string $color ) : string | This method is used to colorize some text | |
err ( string $string ) : void | This method is used to send some text to STDERR | |
out ( string $string ) : void | This method is used to send some text to STDOUT, maybe with some color |