update : 2015.11.03
php.shukuma.com검색:
|
ncurses_pair_content(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) ncurses_pair_content — Retrieves foreground and background colors of a color pair 설명
int ncurses_pair_content
( int
$pair
, int &$f
, int &$b
)Retrieves the foreground and background colors that constitute the given color pair. Terminal color capabilities must be initialized with ncurses_start_color() prior to calling this function. 인수
반환값Returns -1 if the function was successful, and 0 if ncurses or terminal color capabilities have not been initialized. 참고
|