検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 234 for input (0.074 sec.)
The parallel\Events\Event class 5406
« parallel\Events\Input::remove parallel\Events\Event\Type » PHP Manual parallel The parallel\Ev ... returned it, should the event be a write event the Input for Event::$source shall also be removed. クラス概 ... ーワード: Event , Events , Shall , public , event , Input , Type , returned , shall , removed ...
https://man.plustar.jp/php/class.parallel-events-event.html - [similar]
要素を逆順にした配列を返す 5406
« array_replace array_search » PHP Manual 配列 関数 要素を逆順にした配列を返す array_reverse (PH ... 配列を返します。 例 例1 array_reverse() の例 <?php $input = array( "php" , 4.0 , array( "green" , "red" )); ... $reversed = array_reverse ( $input ); $preserved = array_reverse ( $input , true ); p ... rint_r ( $input ); print_r ( $reversed ); print_r ( $preserved ); ...
https://man.plustar.jp/php/function.array-reverse.html - [similar]
5406
« 定義済み定数 Mhash 関数 » PHP Manual Mhash 例 例 例1 MD5 ダイジェストと hmac を計算し、16 進数 ... で出力する <?php $input = "what do ya want for nothing?" ; $hash = mhash ( ... MHASH_MD5 , $input ); echo "The hash is " . bin2hex ( $hash ) . "<br ... />\n" ; $hash = mhash ( MHASH_MD5 , $input , "Jefe" ); echo "The hmac is " . bin2hex ( $hash ...
https://man.plustar.jp/php/mhash.examples.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 5376
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... preg_replace_callback() での再帰構造の使用 <?php $input = "通常の位置 [indent] 字下げ [indent] もっと字下げ ... dent] 通常の位置" ; function parseTagsRecursive ( $input ) { $regex = '#\[indent]((?:[^[]|\[(?!/?indent])|( ... ?R))+)\[/indent]#' ; if ( is_array ( $input )) { $input = '<div style="margin-left: 10px">' . ... $input [ 1 ]. '</div>' ; } return preg_replace_callback ( ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
定義済み定数 5314
« フィルタフラグ 例 » PHP Manual Filter 定義済み定数 定義済み定数 以下の定数が定義されています。 ... 実行時に動的にロードされている場合のみ使用可能です。 INPUT_POST ( int ) POST 変数。 INPUT_GET ( int ) GET 変数 ...INPUT_COOKIE ( int ) COOKIE 変数。 INPUT_ENV ( int ) ENV ... 変数。 INPUT_SERVER ( int ) SERVER 変数。 INPUT_SESSION ( int ) ... SESSION 変数 (まだ実装されていません)。 INPUT_REQUEST ( int ) REQUEST 変数 (まだ実装されていませ ...
https://man.plustar.jp/php/filter.constants.html - [similar]
配列のキーと値を反転する 5284
« array_filter array_intersect_assoc » PHP Manual 配列 関数 配列のキーと値を反転する array_flip ... した配列を返します。 例 例1 array_flip() の例 <?php $input = array( "oranges" , "apples" , "pears" ); $flippe ... d = array_flip ( $input ); print_r ( $flipped ); ?> 上の例の出力は以下とな ... [pears] => 2 ) 例2 array_flip() の例 : 衝突 <?php $input = array( "a" => 1 , "b" => 1 , "c" => 2 ); $flippe ... d = array_flip ( $input ); print_r ( $flipped ); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/function.array-flip.html - [similar]
Scale data in output vector after get it from ann based on previously calculated... 5284
« fann_descale_input fann_descale_train » PHP Manual Fann 関数 Scale data in output vector after ... d on previously calculated parameters fann_descale_input() - Scale data in input vector after get it from a ...
https://man.plustar.jp/php/function.fann-descale-output.html - [similar]
Returns the number of inputs in each of the training patterns in the train data 5284
« fann_merge_train_data fann_num_output_train_data » PHP Manual Fann 関数 Returns the number of ... f the training patterns in the train data fann_num_input_train_data (PECL fann >= 1.0.0) fann_num_input_tra ... in_data — Returns the number of inputs in each of the training patterns in the train dat ... a 説明 fann_num_input_train_data ( resource $data ): int Returns the num ... ber of inputs in each of the training patterns in the train dat ...
https://man.plustar.jp/php/function.fann-num-input-train-data.html - [similar]
CMS ファイルを、PEM証明書の配列にエクスポートする 5284
« openssl_cms_encrypt openssl_cms_sign » PHP Manual OpenSSL 関数 CMS ファイルを、PEM証明書の配列 ... 列にエクスポートする 説明 openssl_cms_read ( string $input_filename , array &$certificates ): bool openssl_pk ... ん。引数のリストのみが 記述されています。 パラメータ input_filename certificates 戻り値 成功した場合に true を ... ワード: PEM , 配列 , ファイル , cms , read , 関数 , input , filename , certificates , リスト ...
https://man.plustar.jp/php/function.openssl-cms-read.html - [similar]
指定長、指定した値で配列を埋める 5253
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (P ... 処理は行われません。 例 例1 array_pad() の例 <?php $input = array( 12 , 10 , 9 ); $result = array_pad ( $inp ... ray(12, 10, 9, 0, 0) です。 $result = array_pad ( $input , - 7 , - 1 ); // 結果は、array(-1, -1, -1, -1, 12 ... , 10, 9) です。 $result = array_pad ( $input , 2 , "noop" ); // 埋める処理は行われません。 ?> 参 ...
https://man.plustar.jp/php/function.array-pad.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT