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