helpers\BaseConsole clearScreen()

clearScreen() public static method

Clears entire screen content by sending ANSI control code ED with argument 2 to the terminal.

Cursor position will not be changed. Note: ANSI.SYS implementation used in windows will reset cursor position to upper left corner of the screen.

public static void clearScreen ( )
doc_Yii
2016-10-30 17:04:32
Comments
Leave a Comment

Please login to continue.