ncurses_mvhline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set new position and draw a horizontal line using an attributed character and max. n characters long int ncurses_mvhline ( int $y, int $x, int $attrchar, int $n ) Parameters: y x attrchar n

ncurses_mvgetch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and get character at new position int ncurses_mvgetch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in

ncurses_mvdelch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and delete character, shift rest of line left int ncurses_mvdelch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change witho

ncurses_mvcur

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move cursor immediately int ncurses_mvcur ( int $old_y, int $old_x, int $new_y, int $new_x ) Parameters: old_y old_x new_y new_x This function is EXPERIMENTAL. The be

ncurses_mvaddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add string int ncurses_mvaddstr ( int $y, int $x, string $s ) Parameters: y x s This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation

ncurses_mvaddnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add string with specified length int ncurses_mvaddnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPERIMENTAL. The

ncurses_mvaddchstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string int ncurses_mvaddchstr ( int $y, int $x, string $s ) Parameters: y x s This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding

ncurses_mvaddchnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string with specified length int ncurses_mvaddchnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPER

ncurses_mvaddch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move current position and add character int ncurses_mvaddch ( int $y, int $x, int $c ) Parameters: y x c This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding docume

ncurses_move

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move output position int ncurses_move ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This