ncurses_nocbreak
(PHP 4 >= 4.1.0, PHP 5)
ncurses_nocbreak -- Switch terminal to cooked mode
Description
bool
ncurses_nocbreak ( void )
| Внимание |
|
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. |
ncurses_nocbreak() routine returns terminal to normal (cooked) mode. Initially the terminal may or may not in cbreak mode as the mode is inherited. Therefore a program should call ncurses_cbreak() and ncurses_nocbreak() explicitly. Returns TRUE if any error occurred, otherwise FALSE.
Смотрите также: ncurses_cbreak()