ncurses_waddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Outputs text at current postion in window int ncurses_waddstr ( resource $window, string $str [, int $n ] ) Parameters: window str n This function is currently not documented; only its argument list is

ncurses_wattroff

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turns off attributes for a window int ncurses_wattroff ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.

ncurses_wattron

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turns on attributes for a window int ncurses_wattron ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.

ncurses_wattrset

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set the attributes for a window int ncurses_wattrset ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.

ncurses_wborder

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a border around the window using attributed characters int ncurses_wborder ( resource $window, int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner ) Draws the specified lines and corners around the passed window. Use ncurses_border() for borders around the main window. Parameters:

ncurses_wclear

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clears window int ncurses_wclear ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_wcolor_set

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets windows color pairings int ncurses_wcolor_set ( resource $window, int $color_pair ) Parameters: window color_pair This function is currently not documented; only its argument list is available.

ncurses_werase

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Erase window contents int ncurses_werase ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_wgetch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Reads a character from keyboard (window) int ncurses_wgetch ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_whline

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a horizontal line in a window at current position using an attributed character and max. n characters long int ncurses_whline ( resource $window, int $charattr, int $n ) Parameters: window charattr n