ncurses_def_shell_mode
(PHP 4 >= 4.0.7, PHP 5, PECL ncurses:1.0.0)
ncurses_def_shell_mode — Saves terminals (shell) mode
Description
bool ncurses_def_shell_mode
( void
)
Warning
這個函數是實驗性質的。這個函數的行為ã€å稱ã€å’Œé—œæ–¼æ¤å‡½æ•¸çš„任何其他文件在未來PHP的發行ä¸å¯èƒ½æœƒåœ¨ä¸é€šçŸ¥çš„æƒ…æ³ä¸‹æ”¹è®Šã€‚ 使用æ¤å»¶ä¼¸éœ€è‡ªè¡Œæ‰¿æ“”風險。
Saves the current terminal modes for shell (not in curses) for use by ncurses_reset_shell_mode().
Return Values
Returns FALSE on success, TRUE otherwise.