検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1461 for IN (0.031 sec.)
FANN (Fast Artificial Neural Network) 4908
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... ル手順 実行時設定 リソース型 定義済み定数 例 XOR training Fann 関数 fann_cascadetrain_on_data — Trains on ... an entire dataset, for a period of time using the Cascade2 training algorithm fann_cascadetrain ... _on_file — Trains on an entire dataset read from file, for a period ... of time using the Cascade2 training algorithm fann_clear_scalin ...
https://man.plustar.jp/php/book.fann.html - [similar]
Get the number of neurons in each layer in the network 4887
« fann_get_errstr fann_get_learning_momentum » PHP Manual Fann 関数 Get the number of neurons in ... each layer in the network fann_get_layer_array (PECL fann >= 1.0 ... ) fann_get_layer_array — Get the number of neurons in each layer in the network 説明 fann_get_layer_arra ... ( resource $ann ): array Get the number of neurons in each layer in the neural network. Bias is not incl ... ークリソース。 戻り値 An array of numbers of neurons in each leayer 関連キーワード: fann , layer , array , ...
https://man.plustar.jp/php/function.fann-get-layer-array.html - [similar]
Add a high priority background task to be run in parallel 4865
« GearmanClient::addTaskHigh GearmanClient::addTaskLow » PHP Manual GearmanClient Add a high pri ... ority background task to be run in parallel GearmanClient::addTaskHighBackground (PEC ... nd — Add a high priority background task to be run in parallel 説明 public GearmanClient::addTaskHighBac ... kground ( string $function_name , string $workload , mixed &$conte ... xt = ? , string $unique = ? ): GearmanTask Adds a high priority b ...
https://man.plustar.jp/php/gearmanclient.addtaskhighbackground.html - [similar]
Add a low priority background task to be run in parallel 4865
« GearmanClient::addTaskLow GearmanClient::addTaskStatus » PHP Manual GearmanClient Add a low pr ... iority background task to be run in parallel GearmanClient::addTaskLowBackground (PECL ... und — Add a low priority background task to be run in parallel 説明 public GearmanClient::addTaskLowBack ... ground ( string $function_name , string $workload , mixed &$conte ... xt = ? , string $unique = ? ): GearmanTask Adds a low priority ba ...
https://man.plustar.jp/php/gearmanclient.addtasklowbackground.html - [similar]
配列に値があるかチェックする 4844
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, ... PHP 7, PHP 8) in_array — 配列に値があるかチェックする 説明 in_array ... 三番目のパラメータ strict が true に設定された場合、 in_array() は、 haystack の中の needle の 型 も確認し ... rue 、それ以外の場合は、 false を返します。 例 例1 in_array() の例 <?php $os = array( "Mac" , "NT" , "Ir ... ix" , "Linux" ); if ( in_array ( "Irix" , $os )) { echo "Got ...
https://man.plustar.jp/php/function.in-array.html - [similar]
Create a new PDF Object 4844
« wkhtmltox\PDF\Object wkhtmltox\Image\Converter » PHP Manual wkhtmltox\PDF\Object Create a new ... 説明 public wkhtmltox\PDF\Object::__construct ( string $buffer , array $settings = ? ) Creates a new PDF ... om the given buffer and optional configuration settings パラメータ buffer HTML settings Name Description ... r path of the HTML to convert >= 0.1.0 useExternalLinks set true to convert external links in the input ... into external PDF links in the output boolean >= 0.1.0 useLocalLinks set ...
https://man.plustar.jp/php/wkhtmltox-pdf-object.construct.html - [similar]
Unicode の一般カテゴリの情報付きで、全てのコードポイントを走査する 4759
« IntlChar::enumCharNames IntlChar::foldCase » PHP Manual IntlChar Unicode の一般カテゴリの情報付 ... きで、全てのコードポイントを走査する IntlChar::enumCharTypes (PHP 7, PHP 8) IntlChar::enum ... 、全てのコードポイントを走査する 説明 public static IntlChar::enumCharTypes ( callable $callback ): void ... ールバック関数です。 3つの引数を渡すことが出来ます: int $start - 範囲の始めにあたるコードポイント int $en ... d - 範囲の最後にあたるコードポイント int $name - カテゴリタイプ (定数 IntlChar::CHAR_CATEG ...
https://man.plustar.jp/php/intlchar.enumchartypes.html - [similar]
Create a new Query 4668
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... iver\Query::__construct — Create a new Query 説明 final public MongoDB\Driver\Query::__construct ( array ... てのドキュメントにマッチします。 注意 : When evaluating query criteria, MongoDB compares types and values ... according to its own » comparison rules for BSON types , wh ... ich differs from PHP's comparison and type juggling rules. When matching a special BSON type the quer ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Add a task to be run in parallel 4626
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... sk to be run in parallel GearmanClient::addTask (PECL gearman >= 0 ... 5.0) GearmanClient::addTask — Add a task to be run in parallel 説明 public GearmanClient::addTask ( stri ... ng $function_name , string $workload , mixed &$context = ? , string $unique ... = ? ): GearmanTask Adds a task to be run in parallel with other tasks. Call this method for al ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
関数・メソッド 4604
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 文字列をスラッシュでクォートする apache_child_terminate - このリクエストの後にApacheプロセスを終了する ... - ポインタを次の項目に移動させる APCUIterator::rewind - イテレータを巻き戻す APCUIterator::valid - 現在 ... 新規の変数をデータ領域にキャッシュする apcu_cache_info - APCu のデータから、キャッシュされた情報を取得す ... - 格納されている変数をキャッシュから取得する apcu_inc - 保存した数値を増やす apcu_key_info - キャッシュ ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT