ncurses_doupdate
(PHP 4 >= 4.1.0, PHP 5)
ncurses_doupdate -- Write all prepared refreshes to terminal
Description
bool
ncurses_doupdate ( void )
Varovanie |
Táto funkcia je
EXPERIMENTÁLNA. Správanie tejto funkcie, názov
tejto funkcie a hocičo iné zdokumentované o tejto funkcii
sa môže zmeniť bez povšimnutia v budúcom vydaní PHP.
Používajte túto funkcii na svoje vlastné riziko. |
ncurses_doupdate()() compares the virtual screen to the
physical screen and updates the physical screen. This way is more
effective than using multiple refresh calls.
Vracia TRUE pri úspechu alebe FALSE pri chybe.