helpers\BaseConsole moveCursorUp()

moveCursorUp() public static method

Moves the terminal cursor up by sending ANSI control code CUU to the terminal.

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

public static void moveCursorUp ( $rows = 1 )
$rows integer

Number of rows the cursor should be moved up

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

Please login to continue.