helpers\BaseConsole beginAnsiFormat()

beginAnsiFormat() public static method

Echoes an ANSI format code that affects the formatting of any text that is printed afterwards.

See also:

public static void beginAnsiFormat ( $format )
$format array

An array containing formatting values. You can pass any of the FG_*, BG_* and TEXT_* constants and also xtermFgColor() and xtermBgColor() to specify a format.

doc_Yii
2016-10-30 17:04:31
Comments
Leave a Comment

Please login to continue.