ncurses_deleteln
(PHP 4 >= 4.1.0, PHP 5)
ncurses_deleteln -- Delete line at current position, move rest of screen up
Popis
bool
ncurses_deleteln ( void )
Varování |
Tato funkce je
EXPERIMENTÁLNÍ. Chování této funkce, její
název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích
PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na
vlastní nebezpečí. |
Deletes the current line under cursorposition. All lines below the current
line are moved up one line. The bottom line of window is cleared. Cursor
position does not change.
Návratové hodnoty
Returns FALSE on success, otherwise TRUE.