検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 90 for FORM (0.023 sec.)
FDF データを表示する PDF ドキュメントを設定する 6360
« fdf_set_encoding fdf_set_flags » PHP Manual FDF 関数 FDF データを表示する PDF ドキュメントを設 ... */ fdf_set_value ( $fdf , "foo" , "bar" ); /* "fdf_form.pdf" を使用して fdf を表示することをクライアントに ... fdf_set_file ( $fdf , "http://www.example.com/fdf_form.pdf" ); /* fdf を出力します */ fdf_save ( $fdf ); ...
https://man.plustar.jp/php/function.fdf-set-file.html - [similar]
セッションのアップロード状況 6360
« カスタムセッションハンドラ セッション と セキュリティ » PHP Manual Sessions セッションのアップ ... の例 アップロード進捗状況の配列の構造を示す例です。 <form action="upload.php" method="POST" enctype="multipa ... rt/form-data"> <input type="hidden" name="<?php echo ini_g ... e="file" name="file2" /> <input type="submit" /> </form> セッションに格納されるデータは、このようになります ...
https://man.plustar.jp/php/session.upload-progress.html - [similar]
6360
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... empty( $query ) || count ( $host ) == 0 ) { echo '<form method="get"> <input type="checkbox" name="host[]" ... ut type="submit" name="action" value="Search" /> </form> ' ; } else { echo 'You searched for ' . htmlspeci ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
CURL 転送用の複数のオプションを設定する 6307
« curl_reset curl_setopt » PHP Manual cURL 関数 CURL 転送用の複数のオプションを設定する curl_set ... 同様、配列を CURLOPT_POST に渡すとデータを multipart/form-data でエンコードします。 一方 URL エンコードされた ... 文字列を渡すと、データを application/x-www-form-urlencoded でエンコードします。 参考 curl_setopt() ...
https://man.plustar.jp/php/function.curl-setopt-array.html - [similar]
haystack 文字列の中で、needle が最初に登場した場所以降の部分文字列を返す 6307
« grapheme_strrpos grapheme_substr » PHP Manual Grapheme 関数 haystack 文字列の中で、needle が最 ... L LETTER A WITH RING ABOVE' (U+00E5) normalization form "D" $char_o_diaeresis_nfd = "o\xCC\x88" ; // 'LATI ... LL LETTER O WITH DIAERESIS' (U+00F6) normalization form "D" print urlencode ( grapheme_stristr ( $char_a_r ...
https://man.plustar.jp/php/function.grapheme-strstr.html - [similar]
部分文字列を返す 6307
« grapheme_strstr IDN 関数 » PHP Manual Grapheme 関数 部分文字列を返す grapheme_substr (PHP 5 >= ... L LETTER A WITH RING ABOVE' (U+00E5) normalization form "D" $char_o_diaeresis_nfd = "o\xCC\x88" ; // 'LATI ... LL LETTER O WITH DIAERESIS' (U+00F6) normalization form "D" print urlencode ( grapheme_substr ( "ao" . $ch ...
https://man.plustar.jp/php/function.grapheme-substr.html - [similar]
文字列内で最初にあらわれる場所の (書記素単位の) 位置を見つける 6267
« grapheme_strlen grapheme_strripos » PHP Manual Grapheme 関数 文字列内で最初にあらわれる場所の ... L LETTER A WITH RING ABOVE' (U+00E5) normalization form "D" $char_o_diaeresis_nfd = "o\xCC\x88" ; // 'LATI ... LL LETTER O WITH DIAERESIS' (U+00F6) normalization form "D" print grapheme_strpos ( $char_a_ring_nfd . $ch ...
https://man.plustar.jp/php/function.grapheme-strpos.html - [similar]
文字列内で最後にあらわれる場所の (書記素単位の) 位置を見つける 6267
« grapheme_strripos grapheme_strstr » PHP Manual Grapheme 関数 文字列内で最後にあらわれる場所の ... L LETTER A WITH RING ABOVE' (U+00E5) normalization form "D" $char_o_diaeresis_nfd = "o\xCC\x88" ; // 'LATI ... LL LETTER O WITH DIAERESIS' (U+00F6) normalization form "D" print grapheme_strrpos ( $char_a_ring_nfd . $c ...
https://man.plustar.jp/php/function.grapheme-strrpos.html - [similar]
Character representations 6267
« Pattern matching Character classes » PHP Manual Pattern matching Character representations Cha ... haracter, \x1b. \n Newline. \r Carriage return. \f Form feed, \x0c. \t Horizontal tab, \x09. \v Vertical t ...
https://man.plustar.jp/php/parle.regex.chars.html - [similar]
XFormsの処理 6227
« セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、 ... のメディア以外のものにすら使用することができます。 xformsのまず第一の違いは、クライアントへフォームを送信す ... る方法です。 » HTML作成者のためのXForms には、XFormsの作成方法の詳細な解説がありますが、こ ... ここでは簡単な例のみ示すことにします。 例1 簡単なXForms検索フォーム <h:html xmlns:h="http://www.w3.org/19 ... 99/xhtml" xmlns="http://www.w3.org/2002/xforms"> <h:head> <h:title>Search</h:title> <model> <sub ...
https://man.plustar.jp/php/features.xforms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT