ncurses_doupdate
(PHP 4 >= 4.1.0, PHP 5)
ncurses_doupdate -- Write all prepared refreshes to terminal
Description
bool
ncurses_doupdate ( void )
Varning |
Den h�r funktionen �r EXPERIMENTELL. Dess beteende,
namnet p� den, och allt annat dokumenterat om den h�r funktionen kan �ndras
i framtida utg�var av PHP. Anv�nd den p� egen risk. |
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.
Returnerar TRUE vid framg�ng eller FALSE vid fel.