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

search for in the

newt_pop_help_line> <newt_listitem
[edit] Last updated: Fri, 25 May 2012

view this page in

newt_open_window

(PECL newt >= 0.1)

newt_open_window指定したサイズと位置でウィンドウをオープンする

説明

int newt_open_window ( int $left , int $top , int $width , int $height [, string $title ] )

指定したサイズと位置でウィンドウをオープンします。

パラメータ

left

ウィンドウの左上隅の位置(カラム番号)。

top

ウィンドウの左上隅の位置(行番号)。

width

ウィンドウの幅。

height

ウィンドウの高さ。

title

ウィンドウのタイトル。

返り値

成功した場合に 1、失敗した場合に 0 を返します。

参考



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

 
show source | credits | sitemap | contact | advertising | mirror sites