moveCursorBackward() public static method
Moves the terminal cursor backward by sending ANSI control code CUB to the terminal.
If the cursor is already at the edge of the screen, this has no effect.
public static void moveCursorBackward ( $steps = 1 ) | ||
---|---|---|
$steps | integer |
Number of steps the cursor should be moved backward |
Please login to continue.