class Position extends ControlSequences

Position

Constants

HOME

Start-Sequenz

STORE

Cursorposition speichern

RESTORE

Cursorposition wieder herstellen

Properties

protected string $sequenceIntroducer from ControlSequences
protected array $parameter from ControlSequences
protected string $intermediate from ControlSequences
protected string $final from ControlSequences
protected integer $row
protected integer $column

Methods

__construct(integer $row, integer $column)

Neues Positionsobjekt

string
__toString()

Rückgabe der Kontrollsequenz

Details

at line 76
__construct(integer $row, integer $column)

Neues Positionsobjekt

Einige Terminales verwenden als obere rechte Ecke dieKoordinaten 0/0, andere verwenden 1/1.

Parameters

integer $row Zeile
integer $column Spalte

in ControlSequences at line 86
string __toString()

Rückgabe der Kontrollsequenz

Return Value

string Kontrollsequenz