ncurses_deleteln()
ncurses_deleteln - Delete line at current position, move rest of screen up
Syntax
bool ncurses_deleteln ()
Arguments
-
Description
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.
Version
PHP 4.0.7, 5 < 5.3.0, PECL ncurses >= 1.0.0
Return value
Returns FALSE on success, otherwise TRUE.