beginAnsiFormat() public static method
Echoes an ANSI format code that affects the formatting of any text that is printed afterwards. See also:
ansiFormatCode()
endAnsiFormat()
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.