検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 2039 for To (1.019 sec.)
Adds a record to a database 2872
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... dbase 5, dbase 7) dbase_add_record — Adds a record to a database 説明 dbase_add_record ( resource $datab ... ase , array $data ): bool Adds the given data to the database. パラメータ database The database res ... d array of data. The number of items must be equal to the number of fields in the database, otherwise db ... record() return value for this parameter, remember to reset the key named deleted . 戻り値 成功した場合に ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
Save the training structure to a file 2872
« fann_run fann_save » PHP Manual Fann 関数 Save the training structure to a file fann_save_trai ... 0.0) fann_save_train — Save the training structure to a file 説明 fann_save_train ( resource $data , str ... ing $file_name ): bool Save the training data to a file, with the format as specified in fann_read_ ... file name of the file where training data is saved to. 戻り値 成功した場合に true 、それ以外の場合に fal ... 考 fann_read_train_from_file() - Reads a file that stores training data 関連キーワード: file , Save , fan ...
https://man.plustar.jp/php/function.fann-save-train.html - [similar]
配列にテーブルをコピーする 2872
« pg_copy_from pg_dbname » PHP Manual PostgreSQL 関数 配列にテーブルをコピーする pg_copy_to (PHP ... 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_copy_to — 配列にテーブルをコピーする 説明 pg_copy_to ( PgS ... n $connection , string $table_name , string $separator = "\t" , string $null_as = "\\\\N" ): array | fal ... se pg_copy_to() は、テーブルを配列にコピーします。 レコードを取得 ... するために、内部では COPY TO SQL コマンドを発行します。 パラメータ connection P ...
https://man.plustar.jp/php/function.pg-copy-to.html - [similar]
Register and add callback function 2872
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... job server and specifies a callback corresponding to that function. Optionally specify extra applicatio ... n context data to be used when the callback is called and a timeout. ... パラメータ function_name The name of a function to register with the job server function A callback t ... red function name is submitted context A reference to arbitrary application context data that can be mod ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
Sets a type map to use for BSON unserialization 2872
« MongoDB\Driver\CursorInterface::isDead MongoDB\Driver\CursorInterface::toArray » PHP Manual Mo ... ngoDB\Driver\CursorInterface Sets a type map to use for BSON unserialization MongoDB\Driver\Cursor ... iver\CursorInterface::setTypeMap — Sets a type map to use for BSON unserialization 説明 abstract public ... y $typemap ): void Sets the type map configuration to use when unserializing the BSON results into PHP v ... goDB\Driver\Cursor::setTypeMap() - Sets a type map to use for BSON unserialization Persisting Data 関連キ ...
https://man.plustar.jp/php/mongodb-driver-cursorinterface.settypemap.html - [similar]
Execute a database command that reads and writes on this server 2872
« MongoDB\Driver\Server::executeReadCommand MongoDB\Driver\Server::executeWriteCommand » PHP Man ... ver. This method will apply logic that is specific to commands that read and write (e.g. » aggregate ) a ... nd take the MongoDB server version into account. The "readConcern" and "writeConcern" opti ... ons will default to the corresponding values from the MongoDB Connecti ... dConcern MongoDB\Driver\ReadConcern A read concern to apply to the operation. This option is available i ...
https://man.plustar.jp/php/mongodb-driver-server.executereadwritecommand.html - [similar]
Sends a query to the server 2872
« SolrClient::ping SolrClient::request » PHP Manual SolrClient Sends a query to the server SolrC ... L solr >= 0.9.2) SolrClient::query — Sends a query to the server 説明 public SolrClient::query ( SolrPar ... ams $query ): SolrQueryResponse Sends a query to the server. パラメータ query A SolrParams object. ... It is recommended to use SolrQuery for advanced queries. 戻り値 Returns ... a SolrQueryResponse object on success and throws an exception on failure. エラ ...
https://man.plustar.jp/php/solrclient.query.html - [similar]
Overrides main filter query, determines which documents to include in the main g... 2872
« SolrQuery SolrQuery::addExpandSortField » PHP Manual SolrQuery Overrides main filter query, de ... termines which documents to include in the main group SolrQuery::addExpandFilt ... ides main filter query, determines which documents to include in the main group 説明 public SolrQuery::a ... ides main filter query, determines which documents to include in the main group. パラメータ fq 戻り値 So ... lrQuery::setExpandRows() - Sets the number of rows to display in each group (expand.rows). Server Defaul ...
https://man.plustar.jp/php/solrquery.addexpandfilterquery.html - [similar]
2854
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... and notable features. The following code required to connect to CUBRID database, which means CUBRID Ser ... ver and CUBRID Broker have to be running. The example below uses the demodb data ... ng the installation. * For details, see "Administrator's Guide." */ $host_ip = "localhost" ; $host_port ... = 33000 ; $db_name = "demodb" ; /** * Connect to CUBRID Server. Do not make the actual connection, ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Converts the pair to an array 2854
« Ds\Pair::jsonSerialize Set » PHP Manual Pair Converts the pair to an array Ds\Pair::toArray (P ... ECL ds >= 1.0.0) Ds\Pair::toArray — Converts the pair to an array 説明 public D ... s\Pair::toArray (): array Converts the pair to an array . 注意 ... : Casting to an array is not supported yet. パラメータ この関数 ... ues in the same order as the pair. 例 例1 Ds\Pair::toArray() example <?php $pair = new \ Ds \ Pair ( "a" ...
https://man.plustar.jp/php/ds-pair.toarray.html - [similar]