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