ncurses_clrtobot

(PHP 4 >= 4.1.0)

ncurses_clrtobot -- Clear screen from current position to bottom

Description

bool ncurses_clrtobot ( void )

Varovanie

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, meno tejto funkcie a všetko ostatné, čo tu je zdokumentované sa v budúcnosti môže bez ohlásenia zmeniť. Majte to na pamäti a používajte túto funkciu iba na vlastné nebezpečentsvo.

ncurses_clrtobot() erases all lines from cursor to end of screen and creates blanks. Blanks created by ncurses_clrtobot() have the current background rendition. Vráti TRUE pri úspechu, alebo FALSE pri zlyhaní.

See also ncurses_clear(), and ncurses_clrtoeol()