Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: ncurses_newwin - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

ncurses_nl" width="11" height="7"/> <ncurses_newpad
Last updated: Wed, 01 Nov 2006
view this page in

ncurses_newwin

(PHP 4 >= 4.1.0, PHP 5)

ncurses_newwin -- 新規ウインドウを作成する

説明

resource ncurses_newwin ( int rows, int cols, int y, int x )

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

ncurses_newwin() は、描画要素を入れるための 新しいウィンドウを作成します。ウィンドウの位置は xyrows および cols を使用して指定可能です。端末の大きさはそれぞれ異なりいろいろな 値をとる可能性があるので、ウィンドウを追加する際には ncurses_getmaxyx() を使用して使用可能な領域を 調べることを忘れないようにしましょう。複数のウィンドウを識別する ためのリソース ID が返されます。



add a note add a note User Contributed Notes
ncurses_newwin
There are no user contributed notes for this page.

ncurses_nl" width="11" height="7"/> <ncurses_newpad
Last updated: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites