検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 234 for input (0.116 sec.)
フォームの処理 4987
« 実用的な例 次にするべきことは? » PHP Manual 簡易チュートリアル フォームの処理 フォームの処理 P ... ーム <form action="action.php" method="post"> 名前: <input type="text" name="name" /> 年齢: <input type="text ... " name="age" /> <input type="submit" /> </form> このフォームに関して特別な ... 処理 , データ , スーパー , 変数 , グローバル , age , input , type , 文字 ...
https://man.plustar.jp/php/tutorial.forms.html - [similar]
The Parle\Token class 4966
« Parle\Stack::push Parle\ErrorInfo » PHP Manual Parle The Parle\Token class The Parle\Token cla ... Token value. 定義済み定数 Parle\Token::EOI End of input token id. Parle\Token::UNKNOWN Unknown token id. P ... 連キーワード: Parle , Token , int , token , public , input , End , 定数 , 定義 , メソッド ...
https://man.plustar.jp/php/class.parle-token.html - [similar]
配列を分割する 4966
« array_change_key_case array_column » PHP Manual 配列 関数 配列を分割する array_chunk (PHP 4 >= ... を返していました。 例 例1 array_chunk() の例 <?php $input_array = array( 'a' , 'b' , 'c' , 'd' , 'e' ); prin ... t_r ( array_chunk ( $input_array , 2 )); print_r ( array_chunk ( $input_array ...
https://man.plustar.jp/php/function.array-chunk.html - [similar]
文字列の一部を置換する 4966
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP ... _replace() で複数の文字列を一度に置換する例 <?php $input = array( 'A: XXX' , 'B: XXX' , 'C: XXX' ); // シン ... で置換します echo implode ( '; ' , substr_replace ( $input , 'YYY' , 3 , 3 )). "\n" ; // より複雑で、各文字列 ... , 'CCC' ); echo implode ( '; ' , substr_replace ( $input , $replace , 3 , 3 )). "\n" ; // 置換する文字数が異 ... , 2 , 3 ); echo implode ( '; ' , substr_replace ( $input , $replace , 3 , $length )). "\n" ; ?> 上の例の出力 ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
実行時設定 4966
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 定オプション 名前 デフォルト 変更可能 変更履歴 iconv.input_encoding "" PHP_INI_ALL PHP 5.6.0 で非推奨となりま ... ラメータにはこの値を使用しなければなりません。 iconv.input_encoding string 警告 この機能は PHP 5.6.0 で 非推奨 ... 降のユーザーは、これを空のままにしておいて、代わりに input_encoding を設定すべきです。 iconv.output_encoding ...
https://man.plustar.jp/php/iconv.configuration.html - [similar]
PHP 5.6.x で推奨されなくなる機能 4966
« 新機能 変更された関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 PHP 5.6.x で推奨されなくな ... しいコードでは、 $HTTP_RAW_POST_DATA ではなく php://input を使うようにしましょう。 $HTTP_RAW_POST_DATA は、将 ... 非推奨になったオプションは、以下のとおりです。 iconv.input_encoding iconv.output_encoding iconv.internal_enco ... ding mbstring.http_input mbstring.http_output mbstring.internal_encoding 関 ...
https://man.plustar.jp/php/migration56.deprecated.html - [similar]
フィルタの名前からフィルタ ID を返す 4935
« filter_has_var filter_input_array » PHP Manual Filter 関数 フィルタの名前からフィルタ ID を返す ... す 関連キーワード: フィルタ , 名前 , filter , var , input , array , Filter , 関数 , string , int ...
https://man.plustar.jp/php/function.filter-id.html - [similar]
関数・メソッド 4935
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... y enabled on the buffer event EventBufferEvent::getInput - Returns underlying input buffer associated with ... nt::readBuffer - Drains the entire contents of the input buffer and places them into buf EventBufferEvent:: ... st - Returns the request host EventHttpRequest::getInputBuffer - Returns the input buffer EventHttpRequest: ... :getInputHeaders - Returns associative array of the input he ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
出力リライトの使用法 4935
« 基本的な使用法 出力制御 関数 » PHP Manual 例 出力リライトの使用法 出力リライトの使用法 PHP 7.1 ... "https://php.net/?bug=1234&edit=1" action="post"> <input type="text" name="title" /> </form> 上の例の出力は ... ="https://php.net/?bug=1234&edit=1" method="post"><input type="hidden" name="test" value="value" /> <input ...
https://man.plustar.jp/php/outcontrol.examples.rewrite.html - [similar]
エラーのレポート 4935
« SQLインジェクション ユーザーが投稿したデータ » PHP Manual セキュリティ エラーのレポート エラー ... n="attacktarget?username=badfoo&password=badfoo"> <input type="hidden" name="username" value="badfoo"> <inp ... acktarget?errors=Y&amp;showerrors=1&amp;debug=1"> <input type="hidden" name="errors" value="Y"> <input type ... ="hidden" name="showerrors" value="1"> <input type="hidden" name="debug" value="1"> </form> エラ ...
https://man.plustar.jp/php/security.errors.html - [similar]