moveCursorPrevLine() public static method
Moves the terminal cursor to the beginning of the previous line by sending ANSI control code CPL to the terminal.
public static void moveCursorPrevLine ( $lines = 1 ) | ||
---|---|---|
$lines | integer |
Number of lines the cursor should be moved up |
Please login to continue.