Property | Type | Description | |
---|---|---|---|
$err | resource | The resource for err | |
$out | resource | The resource for out |
Method | Description | |
---|---|---|
err ( string $string ) : void | This method is used to send some text to STDERR | |
out ( string $string, string $color = 'white' ) : void | This method is used to send some text to STDOUT, maybe with some color |
Method | Description | |
---|---|---|
colorize ( string $string, string $color ) : string | This method is used to colorize some text |
protected static resource $err | ||
return | resource |