ncurses_flushinp
(PHP 4 >= 4.1.0)
ncurses_flushinp -- Flush keyboard input buffer
Description
bool
ncurses_flushinp ( void)
警告 |
這個函數是
實驗性質的。這個函數的行為、名稱、
和關於此函數的任何其他文件
在未來PHP的發行中可能會在不通知的情況下改變。
使用此延伸需自行承擔風險。 |
The ncurses_flushinp() throws away any
typeahead that has been typed and has not yet been read by your
program.
Returns FALSE on success, otherwise TRUE.