NCURSES_FLUSHINP(3) 1 NCURSES_FLUSHINP(3)
ncurses_flushinp - Flush keyboard input buffer
SYNOPSIS
bool ncurses_flushinp (void )
DESCRIPTION
Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in
a future release of PHP. This function should be used at your own risk.
Throws away any typeahead that has been typed and has not yet been read by your program.
RETURN VALUES
Returns FALSE on success, otherwise TRUE.
PHP Documentation Group NCURSES_FLUSHINP(3)