検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 325 for max (0.037 sec.)
ストリームのチャンクサイズを設定する 4519
« stream_set_blocking stream_set_read_buffer » PHP Manual ストリーム 関数 ストリームのチャンクサ ... 返します。 size が 1 より小さいか、あるいは PHP_INT_MAX より大きい場合には false を返します。 エラー / 例外 ... size が 1 より小さいか、あるいは PHP_INT_MAX より大きい場合には E_WARNING レベルのエラーが発生し ...
https://man.plustar.jp/php/function.stream-set-chunk-size.html - [similar]
OCICollection クラス 4482
« oci_unregister_taf_callback OCICollection::append » PHP Manual OCI8 OCICollection クラス OCICo ... int $index ): string | float | null | false public max (): int | false public size (): int | false public ... ollection::getElem — 要素の値を返す OCICollection::max — コレクション内の要素の最大数を取得する OCICollec ...
https://man.plustar.jp/php/class.ocicollection.html - [similar]
Trains on an entire dataset read from file, for a period of time using the Casca... 4482
« fann_cascadetrain_on_data fann_clear_scaling_params » PHP Manual Fann 関数 Trains on an entire ... _on_file ( resource $ann , string $filename , int $max_neurons , int $neurons_between_reports , float $de ... filename A file containing the data for training. max_neurons The maximum number of neurons to be added ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-file.html - [similar]
論理表記のヘブライ語を、改行の変換も含めて物理表記に変換する 4482
« hebrev hex2bin » PHP Manual String 関数 論理表記のヘブライ語を、改行の変換も含めて物理表記に変 ... 奨します。 説明 hebrevc ( string $hebrew_text , int $max_chars_per_line = 0 ): string この関数は、 hebrev() ... す。 パラメータ hebrew_text ヘブライ語の入力文字列。 max_chars_per_line このオプションのパラメータは、 出力 ...
https://man.plustar.jp/php/function.hebrevc.html - [similar]
整数値の除算 4482
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 ... intdiv (- 3 , - 2 )); var_dump ( intdiv ( PHP_INT_MAX , PHP_INT_MAX )); var_dump ( intdiv ( PHP_INT_MIN ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
拡張モジュールの ini エントリを取得する 4482
« ReflectionExtension::getFunctions ReflectionExtension::getName » PHP Manual ReflectionExtensio ... ます。 Array ( [mysql.allow_persistent] => 1 [mysql.max_persistent] => -1 [mysql.max_links] => -1 [mysql.d ...
https://man.plustar.jp/php/reflectionextension.getinientries.html - [similar]
定義済みの定数 4482
« 定義済のクラス その他の予約語の一覧 » PHP Manual 予約語の一覧 定義済みの定数 定義済みの定数 コ ... うことが多い。 PHP_ZTS ( int ) PHP_DEBUG ( int ) PHP_MAXPATHLEN ( int ) この PHP がサポートする、ファイル名 ... string ) このプラットフォームの行末文字。 PHP_INT_MAX ( int ) この PHP がサポートする整数型の最大値。32b ... 372036854775808)。 通常は PHP_INT_MIN === ~PHP_INT_MAX となる。 PHP_INT_SIZE ( int ) この PHP ビルドにおけ ... 数値として表せる 負の 最小値が必要なら、 - PHP_FLOAT_MAX を使って下さい。 PHP 7.2.0 以降で利用可能。 PHP_FL ...
https://man.plustar.jp/php/reserved.constants.html - [similar]
Trains on an entire dataset for a period of time 4445
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... in_on_data ( resource $ann , resource $data , int $max_epochs , int $epochs_between_reports , float $desi ... data ニューラルネットワークトレーニングリソース。 max_epochs The maximum number of epochs the training s ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 4445
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... _on_file ( resource $ann , string $filename , int $max_epochs , int $epochs_between_reports , float $desi ... クリソース。 filename The file containing train data max_epochs The maximum number of epochs the training s ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]
最小値を返す 4445
« max mt_getrandmax » PHP Manual Math 関数 最小値を返す min (PHP 4, PHP 5, PHP 7, PHP 8) min — 最 ... // array(2, 2, 2) // 同じ長さの複数の配列を渡すと、max はその要素を左から // 辞書順に比較します。この例で ... みなされます。 $val = min ( 0 , TRUE ); // 0 ?> 参考 max() - 最大値を返す count() - 配列または Countable オ ...
https://man.plustar.jp/php/function.min.html - [similar]