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 |
Please login to continue.