ncurses_clrtoeol

(PHP 4 >= 4.1.0)

ncurses_clrtoeol -- Clear screen from current position to end of line

Description

bool ncurses_clrtoeol ( 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_clrtoeol() erases the current line from cursor position to the end. Blanks created by ncurses_clrtoeol() have the current background rendition. Vráti TRUE pri úspechu, alebo FALSE pri zlyhaní.

See also ncurses_clear(), and ncurses_clrtobot()