newt_formとは? わかりやすく解説

newt_form

(PECL)
newt_form — フォームを作成する

説明

resource newt_form ( [resource vert_bar [, string help [, int flags]]] )
新しいフォームを作成します。

パラメータ

vert_bar
フォームに関連付けられる垂直スクロールバー。
help
ヘルプ文字列。
flags
さまざまなフラグ。

返り値

作成されたフォームコンポーネントのリソースリンクを返します。

例 1510. newt_form() の例
"Quit" ボタンを表示し、それが押されるとアプリケーションを 終了させます。
<?php
newt_init();
newt_cls();

$myform = newt_form();
$button = newt_button (5, 12, "Quit");
  
newt_form_add_component ($myform, $button);
newt_refresh ();
newt_run_form ($myform);

newt_finished ();
newt_form_destroy ($myform);
?>


参考

newt_form_run()
newt_run_form()
newt_form_add_component()
newt_form_add_components()
newt_form_destroy()



このページでは「PHP関数リファレンス」からnewt_formを検索した結果を表示しています。
Weblioに収録されているすべての辞書からnewt_formを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からnewt_form を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「newt_form」の関連用語

newt_formのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



newt_formのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2025 by the PHP Documentation Group.

©2025 GRAS Group, Inc.RSS