検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 234 for input (0.012 sec.)
文字列を固定長の他の文字列で埋める 5816
« str_ireplace str_repeat » PHP Manual String 関数 文字列を固定長の他の文字列で埋める str_pad (P ... 後の文字列を返します。 例 例1 str_pad() の例 <?php $input = "Alien" ; echo str_pad ( $input , 10 ); // 結果は ... "Alien " echo str_pad ( $input , 10 , "-=" , STR_PAD_LEFT ); // 結果は "-=-=-Alie ... n" echo str_pad ( $input , 10 , "_" , STR_PAD_BOTH ); // 結果は "__Alien___ ... " echo str_pad ( $input , 6 , "___" ); // 結果は "Alien_" echo str_pad ( $ ...
https://man.plustar.jp/php/function.str-pad.html - [similar]
実行時設定 5816
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... string.detect_order NULL PHP_INI_ALL mbstring.http_input "pass" PHP_INI_ALL 非推奨になりました。 mbstring.h ... に default_charset を設定すべきです。 mbstring.http_input string 警告 この非推奨の機能は、 きっと 将来 削除 ... 用される文字エンコーディングを検出するには、 mb_http_input() を参照ください。 一般的に使用されるブラウザでは、 ... 字エンコーディングを設定 ;; 注意: スクリプトではhttp_inputの設定は変更できません。 mbstring.http_input = pass ...
https://man.plustar.jp/php/mbstring.configuration.html - [similar]
外部から来る変数 5755
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... ォーム <form action="foo.php" method="post"> Name: <input type="text" name="username" /><br /> Email: <input ... type="text" name="email" /><br /> <input type="submit" name="submit" value="Submit me!" /> ... やスペースはアンダースコアに変換されます。 たとえば <input name="a.b" /> は $_REQUEST["a_b"] となります。 PHP ... )。 例えば、関連する変数をグループ化したり、select inputで複数の値を 取得するといったことが可能です。フォーム ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
Scales the inputs in the training data to the specified range 5642
« fann_save fann_scale_input » PHP Manual Fann 関数 Scales the inputs in the training data to th ... e specified range fann_scale_input_train_data (PECL fann >= 1.0.0) fann_scale_input_t ... rain_data — Scales the inputs in the training data to the specified range 説明 ... fann_scale_input_train_data ( resource $train_data , float $new_min ... , float $new_max ): bool Scales the inputs in the training data to the specified range. パラ ...
https://man.plustar.jp/php/function.fann-scale-input-train-data.html - [similar]
HTTP 入力文字エンコーディングを検出する 5611
« mb_get_info mb_http_output » PHP Manual マルチバイト文字列 関数 HTTP 入力文字エンコーディングを ... 検出する mb_http_input (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_http_inpu ... TP 入力文字エンコーディングを検出する 説明 mb_http_input ( ? string $type = null ): array | string | false ... 、 文字エンコーディング名の配列を返します。 mb_http_input() が指定した HTTP 入力の処理を行っていない場合、 f ... 取得する 関連キーワード: 文字 , 入力 , 検出 , type , input , 取得 , 設定 , 配列 , output , 処理 ...
https://man.plustar.jp/php/function.mb-http-input.html - [similar]
複数ファイルのアップロード 5580
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... のアップロード 複数ファイルのアップロード input で異なった name を 使用することにより、複数のファイ ... pe="multipart/form-data"> Send these files:<br /> <input name="userfile[]" type="file" /><br /> <input name ... ="userfile[]" type="file" /><br /> <input type="submit" value="Send files" /> </form> 上記の ... "multipart/form-data"> Send this directory:<br /> <input name="userfile[]" type="file" webkitdirectory mult ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
Creates an empty training data struct 5580
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra ... 説明 fann_create_train ( int $num_data , int $num_input , int $num_output ): resource Creates an empty tra ... パラメータ num_data The number of training data num_input The number of inputs per training data num_output ... eates , struct , num , in , data , create , file , input , int ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
Imagick がサポートするフォーマットを返す 5488
« Imagick::queryFonts Imagick::radialBlurImage » PHP Manual Imagick Imagick がサポートするフォー ... rmats() <?php function render () { $output = "" ; $input = \ Imagick :: queryformats (); $columns = 6 ; $ou ... <table border='2'>" ; for ( $i = 0 ; $i < count ( $input ); $i += $columns ) { $output .= "<tr>" ; for ( $c ... ) { $output .= "<td>" ; if (( $i + $c ) < count ( $input )) { $output .= $input [ $i + $c ]; } $output .= " ...
https://man.plustar.jp/php/imagick.queryformats.html - [similar]
5468
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... ount ( $host ) == 0 ) { echo '<form method="get"> <input type="checkbox" name="host[]" value="bagel.indexda ... ta.dk/gils" /> GILS test <input type="checkbox" name="host[]" value="localhost:999 ... 9/Default" /> local test <input type="checkbox" checked="checked" name="host[]" va ... voyager" /> Library of Congress <br /> RPN Query: <input type="text" size="30" name="query" /> <input type= ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
The EventHttpRequest class 5437
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... NECT = 128 ; const int CMD_PATCH = 256 ; const int INPUT_HEADER = 1 ; const int OUTPUT_HEADER = 2 ; /* メソ ... HttpConnection public getHost (): string public getInputBuffer (): EventBuffer public getInputHeaders (): a ... :CMD_PATCH PATCH method(command) EventHttpRequest::INPUT_HEADER Request input header type. EventHttpRequest ... st — Returns the request host EventHttpRequest::getInputBuffer — Returns the input buffer EventHttpRequest: ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT