helpers\BaseConsole moveCursorForward()

moveCursorForward() public static method

Moves the terminal cursor forward by sending ANSI control code CUF to the terminal.

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

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

Number of steps the cursor should be moved forward

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

Please login to continue.