helpers\BaseConsole moveCursorBackward()

moveCursorBackward() public static method

Moves the terminal cursor backward by sending ANSI control code CUB to the terminal.

If the cursor is already at the edge of the screen, this has no effect.

public static void moveCursorBackward ( $steps = 1 )
$steps integer

Number of steps the cursor should be moved backward

doc_Yii
2016-10-30 17:04:35
Comments
Leave a Comment

Please login to continue.