検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 428 for Driver (0.103 sec.)
Returns an integer denoting the type of this server 4759
« MongoDB\Driver\Server::getTags MongoDB\Driver\Server::isArbiter » PHP Manual MongoDB\Driver\Se ... n integer denoting the type of this server MongoDB\Driver\Server::getType (mongodb >=1.0.0) MongoDB\Driver\S ... the type of this server 説明 final public MongoDB\Driver\Server::getType (): int Returns an int denoting th ... is server. The value will correlate with a MongoDB\Driver\Server constant. パラメータ この関数にはパラメータ ... エラー / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 ...
https://man.plustar.jp/php/mongodb-driver-server.gettype.html - [similar]
Returns the server's most recent "hello" response 4759
« MongoDB\Driver\ServerDescription MongoDB\Driver\ServerDescription::getHost » PHP Manual MongoD ... B\Driver\ServerDescription Returns the server's most recent ... "hello" response MongoDB\Driver\ServerDescription::getHelloResponse (mongodb >=1.1 ... 3.0) MongoDB\Driver\ServerDescription::getHelloResponse — Returns the ... recent "hello" response 説明 final public MongoDB\Driver\ServerDescription::getHelloResponse (): array Retu ...
https://man.plustar.jp/php/mongodb-driver-serverdescription.gethelloresponse.htm... - [similar]
Advances the cluster time for this session 4759
« MongoDB\Driver\Session::abortTransaction MongoDB\Driver\Session::advanceOperationTime » PHP Ma ... nual MongoDB\Driver\Session Advances the cluster time for this session ... MongoDB\Driver\Session::advanceClusterTime (mongodb >=1.4.0) Mong ... oDB\Driver\Session::advanceClusterTime — Advances the cluster ... time for this session 説明 final public MongoDB\Driver\Session::advanceClusterTime ( array | object $clus ...
https://man.plustar.jp/php/mongodb-driver-session.advanceclustertime.html - [similar]
Advances the operation time for this session 4759
« MongoDB\Driver\Session::advanceClusterTime MongoDB\Driver\Session::commitTransaction » PHP Man ... ual MongoDB\Driver\Session Advances the operation time for this sessi ... on MongoDB\Driver\Session::advanceOperationTime (mongodb >=1.4.0) Mo ... ngoDB\Driver\Session::advanceOperationTime — Advances the opera ... on time for this session 説明 final public MongoDB\Driver\Session::advanceOperationTime ( MongoDB\BSON\Times ...
https://man.plustar.jp/php/mongodb-driver-session.advanceoperationtime.html - [similar]
Create a new Session (not used) 4759
« MongoDB\Driver\Session::commitTransaction MongoDB\Driver\Session::endSession » PHP Manual Mong ... oDB\Driver\Session Create a new Session (not used) MongoDB\Dr ... ver\Session::__construct (mongodb >=1.4.0) MongoDB\Driver\Session::__construct — Create a new Session (not u ... sed) 説明 final private MongoDB\Driver\Session::__construct () MongoDB\Driver\Session obj ... ects are returned by MongoDB\Driver\Manager::startSession() and cannot be constructed ...
https://man.plustar.jp/php/mongodb-driver-session.construct.html - [similar]
Returns the WriteConcern's "journal" option 4759
« MongoDB\Driver\WriteConcern::__construct MongoDB\Driver\WriteConcern::getW » PHP Manual MongoD ... B\Driver\WriteConcern Returns the WriteConcern's "journal" ... option MongoDB\Driver\WriteConcern::getJournal (mongodb >=1.0.0) MongoDB ... \Driver\WriteConcern::getJournal — Returns the WriteConcer ... n's "journal" option 説明 final public MongoDB\Driver\WriteConcern::getJournal (): ? bool パラメータ この ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.getjournal.html - [similar]
Returns the WriteError's error code 4759
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... eError Returns the WriteError's error code MongoDB\Driver\WriteError::getCode (mongodb >=1.0.0) MongoDB\Driv ... WriteError's error code 説明 final public MongoDB\Driver\WriteError::getCode (): int パラメータ この関数には ... エラー / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 ... 例 例1 MongoDB\Driver\WriteError::getCode() example <?php $manager = new ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
The MongoDB\Driver\Exception\CommandException class 4742
« MongoDB\Driver\Exception\BulkWriteException MongoDB\Driver\Exception\CommandException::getResu ... ltDocument » PHP Manual MongoDB\Driver\Exception The MongoDB\Driver\Exception\CommandExce ... ption class The MongoDB\Driver\Exception\CommandException class (mongodb >= 1.5.0 ... own when a command fails. クラス概要 class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\ ... Exception\ServerException implements MongoDB\Driver\Exception\Exception { /* プロパティ */ protected o ...
https://man.plustar.jp/php/class.mongodb-driver-exception-commandexception.html - [similar]
Create a new BulkWrite 4742
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... Create a new BulkWrite MongoDB\Driver\BulkWrite::__construct (mongodb >=1.0.0) MongoDB\D ... truct — Create a new BulkWrite 説明 public MongoDB\Driver\BulkWrite::__construct ( array $options = ? ) Cons ... tructs a new MongoDB\Driver\BulkWrite , which is a mutable object to which one ... ed. The write(s) may then be executed with MongoDB\Driver\Manager::executeBulkWrite() . パラメータ options ( ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
Add an insert operation to the bulk 4742
« MongoDB\Driver\BulkWrite::delete MongoDB\Driver\BulkWrite::update » PHP Manual MongoDB\Driver\ ... kWrite Add an insert operation to the bulk MongoDB\Driver\BulkWrite::insert (mongodb >=1.0.0) MongoDB\Driver ... n insert operation to the bulk 説明 public MongoDB\Driver\BulkWrite::insert ( array | object $document ): mi ... xed Adds an insert operation to the MongoDB\Driver\BulkWrite . パラメータ document ( array | object ) ... エラー / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.insert.html - [similar]