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