ncurses_clrtoeol

(PHP 4 >= 4.1.0, PHP 5)

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

Description

bool ncurses_clrtoeol ( 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_clrtoeol() erases the current line from cursor position to the end. Blanks created by ncurses_clrtoeol() have the current background rendition. Vrne TRUE ob uspehu ali FALSE ob napaki.

See also ncurses_clear(), and ncurses_clrtobot()