ncurses_doupdate

(PHP 4 >= 4.1.0, PHP 5)

ncurses_doupdate -- Write all prepared refreshes to terminal

Description

bool ncurses_doupdate ( void )

Pozor

Ta funkcija je EKSPERIMENTALNA. Delovanje te funkcije, njeno ime in vse ostalo v zvezi s to funkcijo se lahko spremeni brez opozorila v bodočih verzijah PHP-ja. Uporabljate jo na lastno odgovornost.

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. Vrne TRUE ob uspehu ali FALSE ob napaki.