helpers\BaseConsole hideCursor()

hideCursor() public static method

Hides the cursor by sending ANSI DECTCEM code ?25l to the terminal.

Use showCursor() to bring it back. Do not forget to show cursor when your application exits. Cursor might stay hidden in terminal after exit.

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

Please login to continue.