Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Terminal Class Reference

Public Member Functions

 getTtySize ()
 

Static Public Member Functions

static left ($c=1)
 
static backspace ($c=1)
 
static bell ()
 

Detailed Description

Member Function Documentation

static backspace (   $c = 1)
static

Backspaces the text at the current position of the cursor

Parameters
integer$cthe number of characters backspace
Returns
void

Definition at line 93 of file matrixsqlclient.php.

static bell ( )
static

Ouputs a bell character.

Returns
void

Definition at line 115 of file matrixsqlclient.php.

getTtySize ( )

Returns the height and width of the terminal.

Returns
array An array with two elements - number of rows and number of columns.

Definition at line 105 of file matrixsqlclient.php.

static left (   $c = 1)
static

Moves the cursor left.

Parameters
integer$cthe number of characters to move the cursor left
Returns
void

Definition at line 82 of file matrixsqlclient.php.


The documentation for this class was generated from the following file: