検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 177 for collection (0.037 sec.)
Returns the WriteError's error message 5128
« MongoDB\Driver\WriteError::getInfo MongoDB\Driver\WriteResult » PHP Manual MongoDB\Driver\Writ ... => 1 ]); try { $manager -> executeBulkWrite ( 'db.collection' , $bulk ); } catch( MongoDB \ Driver \ Exception ... 。 string(70) "E11000 duplicate key error index: db.collection.$_id_ dup key: { : 1 }" 関連キーワード: WriteError ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getmessage.html - [similar]
グループ化の条件を設定する 5128
« CollectionFind::fields CollectionFind::having » PHP Manual mysql_xdevapi\CollectionFind グルー ... プ化の条件を設定する CollectionFind::groupBy (No version information available, mi ... ght only be in Git) CollectionFind::groupBy — グループ化の条件を設定する 説明 pub ... lic mysql_xdevapi\CollectionFind::groupBy ( string $sort_expr ): mysql_xdevapi\ ... 列のうちのどちらかです。 戻り値 その後の処理に使える CollectionFind オブジェクトを返します。 例 例1 mysql_xdevapi\ ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.groupby.html - [similar]
影響を受けた行数を得る 5128
« Result::__construct Result::getAutoIncrementValue » PHP Manual mysql_xdevapi\Result 影響を受け ... hema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $collection = $schema -> getCollecti ... on ( "people" ); $result = $collection -> add ( '{"name": "Wilma", "age": 23, "job": "Tea ...
https://man.plustar.jp/php/mysql-xdevapi-result.getaffecteditemscount.html - [similar]
コレクションに他の存在するコレクションから値を割り当てる 5128
« OCICollection::append OCICollection::assignElem » PHP Manual OCICollection コレクションに他の存 ... 在するコレクションから値を割り当てる OCICollection::assign (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ... OCICollection::assign — コレクションに他の存在するコレクションか ... ら値を割り当てる 説明 public OCICollection::assign ( OCICollection $from ): bool 事前に生成さ ... てます。 両方のコレクションは、使用する前に oci_new_collection() を使って生成される必要があります。 パラメータ fr ...
https://man.plustar.jp/php/ocicollection.assign.html - [similar]
The Queue class 5105
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue cl ... じめに A Queue is a “first in, first out” or “FIFO” collection that only allows access to the value at the front ... ructively. クラス概要 class Ds\Queue implements Ds\Collection , ArrayAccess { /* Constants */ const int MIN_CAPA ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
サンプル 5105
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ngoDB\Driver\Command to provide a helper to create collections Example#1300 - MongoDB\Driver\Command::__construc ... ent::__construct の例 Example#1549 - mysql_xdevapi\Collection::add の例 Example#1550 - mysql_xdevapi\Collection: ... :addOrReplaceOne の例 Example#1551 - mysql_xdevapi\Collection::getOne の例 Example#1552 - mysql_xdevapi\Collecti ... on::count の例 Example#1553 - mysql_xdevapi\Collection::createIndex の例 Example#1554 - mysql_xdevapi\Col ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
Returns whether the write was acknowledged 5105
« MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResul ... 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $result -> isAcknowledged ( ... 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk , new MongoDB \ Driver \ WriteConcern ( 0 ...
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html - [similar]
Sets a type map to use for BSON unserialization 5072
« MongoDB\Driver\Cursor::rewind MongoDB\Driver\Cursor::toArray » PHP Manual MongoDB\Driver\Curso ... ([ 'x' => 1 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $query = new MongoDB \ Driver \ Query ... > $id ]); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); $cursor -> setTypeMap ([ 'root' => 'a ...
https://man.plustar.jp/php/mongodb-driver-cursor.settypemap.html - [similar]
Returns the WriteResult for the failed write operation 5072
« MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write ... => 1 ]); try { $manager -> executeBulkWrite ( 'db.collection' , $bulk ); } catch ( MongoDB \ Driver \ Exception ... > string(70) "E11000 duplicate key error index: db.collection.$_id_ dup key: { : 1 }" ["code"]=> int(11000) ["in ...
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html - [similar]
CollectionFind のコンストラクタ 5072
« CollectionFind::bind CollectionFind::execute » PHP Manual mysql_xdevapi\CollectionFind Collection ... ionFind のコンストラクタ CollectionFind::__construct (No version information available ... , might only be in Git) CollectionFind::__construct — CollectionFind のコンストラクタ ... 説明 private mysql_xdevapi\CollectionFind::__construct () 警告 この関数は、 現在のところ ... ラメータ この関数にはパラメータはありません。 例 例1 CollectionFind の例 <?php $session = mysql_xdevapi \ getSessi ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.construct.html - [similar]