helpers\BaseConsole moveCursorDown()

moveCursorDown() public static method

Moves the terminal cursor down by sending ANSI control code CUD to the terminal.

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

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

Number of rows the cursor should be moved down

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

Please login to continue.