class BackgroundColor extends EscapeSequences

Hintergrundfarbe

Constants

ESCAPESEQUENCES

Start-Sequenz

FINALCHARACTER

Abschlußzeichen

RESET

RESET

CLEAR

Bildschirm leeren

DEFAULTCOLOR

Standardfarbe

BLACK

Schwarz

RED

Rot

GREEN

Grün

YELLOW

Gelb

BLUE

Blau

MAGENTA

Magenta

CYAN

Cyan

WHITE

Weiß

Properties

protected string $sequenceIntroducer from ControlSequences
protected array $parameter from ControlSequences
protected string $intermediate from ControlSequences
protected string $final from ControlSequences

Methods

__construct(string $intermediate, string $final = null)

Neue Escape-Sequenz erstellen.

string
__toString()

Rückgabe der Kontrollsequenz

Details

in EscapeSequences at line 75
__construct(string $intermediate, string $final = null)

Neue Escape-Sequenz erstellen.

Parameters

string $intermediate Zwischenzeichen
string $final Abschlußzeichen

in ControlSequences at line 86
string __toString()

Rückgabe der Kontrollsequenz

Return Value

string Kontrollsequenz