final class Color (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Constants

private WHITESPACE_MAP

private WHITESPACE_EOL_MAP

private ANSI_CODES

Methods

static string
colorize(string $color, string $buffer)

No description

static string
colorizeTextBox(string $color, string $buffer, int|null $columns = null)

No description

static string
colorizePath(string $path, string|null $previousPath = null, bool $colorizeFilename = false)

No description

static string
dim(string $buffer)

No description

static string
visualizeWhitespace(string $buffer, bool $visualizeEOL = false)

No description

Details

static string colorize(string $color, string $buffer)

No description

Parameters

string $color
string $buffer

Return Value

string

static string colorizeTextBox(string $color, string $buffer, int|null $columns = null)

No description

Parameters

string $color
string $buffer
int|null $columns

Return Value

string

static string colorizePath(string $path, string|null $previousPath = null, bool $colorizeFilename = false)

No description

Parameters

string $path
string|null $previousPath
bool $colorizeFilename

Return Value

string

static string dim(string $buffer)

No description

Parameters

string $buffer

Return Value

string

static string visualizeWhitespace(string $buffer, bool $visualizeEOL = false)

No description

Parameters

string $buffer
bool $visualizeEOL

Return Value

string