ansiFormat() public static method
Will return a string formatted with the given ANSI style
public static string ansiFormat ( $string, $format = [] )$string string
The string to be formatted $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.