OutputFormatter
Less than 1 minute
OutputFormatter
Constants
COL_RED
public const COL_RED = '"\033[31m"'
COL_GREEN
public const COL_GREEN = '"\033[32m"'
COL_YELLOW
public const COL_YELLOW = '"\033[33m"'
COL_BLUE
public const COL_BLUE = '"\033[34m"'
COL_MAGENTA
public const COL_MAGENTA = '"\033[35m"'
COL_CYAN
public const COL_CYAN = '"\033[36m"'
COL_WHITE
public const COL_WHITE = '"\033[37m"'
COL_RESET
public const COL_RESET = '"\033[0m"'
Methods
format
public format(string $string): string
Parameters
Parameter | Type | Description |
---|---|---|
$string | string |
Generated by Hazaar API Doc Generator