検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 3128 for the (0.028 sec.)
Creates a database 2526
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... ource dbase_create() creates a dBase database with the given definition. If the file already exists, it i ... open_basedir の設定に依存します。 パラメータ path The path of the database. It can be a relative or abso ... lute path to the file where dBase will store your data. fields An a ... rray of arrays, each array describing the format of one field of the database. Each field co ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
Train one epoch with a set of training data 2526
« fann_test fann_train_on_data » PHP Manual Fann 関数 Train one epoch with a set of training dat ... ann , resource $data ): float Train one epoch with the training data stored in data. One epoch is where a ... ll of the training data is considered exactly once. This fun ... ction returns the MSE error as it is calculated either before or dur ... ing the actual training. This is not the actual MSE after ...
https://man.plustar.jp/php/function.fann-train-epoch.html - [similar]
Dynamically adds a new method to a given class 2526
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... bool $is_strict = ? ): bool パラメータ class_name The class to which this method will be added method_na ... me The name of the method to add argument_list Comma-deli ... mited list of arguments for the newly-created method code The code to be evaluated ... thod_name is called closure A closure that defines the method. flags The type of method to create, can be ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
Run a task in the background 2526
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... 0.5.0) GearmanClient::doBackground — Run a task in the background 説明 public GearmanClient::doBackground ... load , string $unique = ? ): string Runs a task in the background, returning a job handle which can be us ... ed to get the status of the running task. パラメータ function_na ... que タスクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 例 例1 Submit a ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Start a new client session for use with this client 2526
« MongoDB\Driver\Manager::selectServer MongoDB\Driver\Command » PHP Manual MongoDB\Driver\Manage ... river\Session Creates a MongoDB\Driver\Session for the given options. The session may then be specified w ... 意 : A MongoDB\Driver\Session can only be used with the MongoDB\Driver\Manager from which it was created. ... sistency in a session. If true , each operation in the session will be causally ordered after the previou ... le causal consistency. See » Casual Consistency in the MongoDB manual for more information. true defaultT ...
https://man.plustar.jp/php/mongodb-driver-manager.startsession.html - [similar]
Execute a database command that reads on this server 2526
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... ptions = array() ): MongoDB\Driver\Cursor Executes the command on this server. This method will apply log ... fic to commands that read (e.g. » count ) and take the MongoDB server version into account. The "readConc ... ern" option will default to the corresponding value from the MongoDB Connection UR ... I . 注意 : The "readPreference" option does not control the serve ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Submits a task to a specific worker for execution 2526
« Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool ... t $worker , Threaded $task ): int Submit a task to the specified worker in the pool. The workers are inde ... xed from 0, and will only exist if the pool has needed to create them (since threads are ... lazily spawned). パラメータ worker The worker to stack the task onto, indexed from 0 . ta ... sk The task for execution. 戻り値 The identifier of the w ...
https://man.plustar.jp/php/pool.submitTo.html - [similar]
Adds a document to the index 2526
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... .9.2) SolrClient::addDocument — Adds a document to the index 説明 public SolrClient::addDocument ( SolrIn ... SolrUpdateResponse This method adds a document to the index. パラメータ doc The SolrInputDocument instan ... ce. overwrite Whether to overwrite existing document or not. If false t ... here will be duplicates (several documents with the same ID). 警告 PECL Solr < 2.0 $allowDups was used ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
Returns the value for the facet.date.other parameter 2526
« SolrQuery::getFacetDateHardEnd SolrQuery::getFacetDateStart » PHP Manual SolrQuery Returns the ... value for the facet.date.other parameter SolrQuery::getFacetDate ... Other (PECL solr >= 0.9.2) SolrQuery::getFacetDateOther ... — Returns the value for the facet.date.other parameter 説明 publ ... ic SolrQuery::getFacetDateOther ( string $field_override = ? ): array Returns the ...
https://man.plustar.jp/php/solrquery.getfacetdateother.html - [similar]
Sets the expand.q parameter 2526
« SolrQuery::setExpand SolrQuery::setExpandRows » PHP Manual SolrQuery Sets the expand.q paramet ... CL solr >= 2.2.0) SolrQuery::setExpandQuery — Sets the expand.q parameter 説明 public SolrQuery::setExpan ... dQuery ( string $q ): SolrQuery Sets the expand.q parameter. Overrides the main q parameter ... , determines which documents to include in the main group. パラメータ q 戻り値 SolrQuery 参考 Sol ... rQuery::setExpand() - Enables/Disables the Expand Component SolrQuery::addExpandSortField() - ...
https://man.plustar.jp/php/solrquery.setexpandquery.html - [similar]