検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 132 for Manager (0.012 sec.)
Checks if this is the default read concern 8585
« MongoDB\Driver\ReadConcern::getLevel MongoDB\Driver\ReadConcern::serialize » PHP Manual MongoD ... nded to be used in conjunction with MongoDB\Driver\Manager::getReadConcern() to determine whether the Manager ... oncern in its read operations (e.g. MongoDB\Driver\Manager::executeQuery() ) in order order to allow the serv ... o apply its own default. Libraries that access the Manager's read concern to include it in their own read com ... n :: MAJORITY ); var_dump ( $rc -> isDefault ()); $manager = new MongoDB \ Driver \ Manager ( 'mongodb://127. ...
https://man.plustar.jp/php/mongodb-driver-readconcern.isdefault.html - [similar]
Checks if this is the default write concern 8585
« MongoDB\Driver\WriteConcern::getWtimeout MongoDB\Driver\WriteConcern::serialize » PHP Manual M ... nded to be used in conjunction with MongoDB\Driver\Manager::getWriteConcern() to determine whether the Manage ... ncern in its write operations (e.g. MongoDB\Driver\Manager::executeBulkWrite() ) in order to allow the server ... y have been » modified . Libraries that access the Manager's write concern to include it in their own write c ... teConcern ( 1 ); var_dump ( $wc -> isDefault ()); $manager = new MongoDB \ Driver \ Manager ( 'mongodb://127. ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.isdefault.html - [similar]
Create new MongoDB Manager 8318
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... ual MongoDB\Driver\Manager Create new MongoDB Manager MongoDB\Driver\Manager: ... :__construct (mongodb >=1.0.0) MongoDB\Driver\Manager::__construct — Create new MongoDB Manager 説明 fin ... al public MongoDB\Driver\Manager::__construct ( string $uri = "mongodb://127.0.0.1/ ... ptions = array() ) Constructs a new MongoDB\Driver\Manager object with the specified options. 注意 : Per the ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
Execute a database query 8318
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... MongoDB\Driver\Manager Execute a database query MongoDB\Driver\Manager::e ... xecuteQuery (mongodb >=1.0.0) MongoDB\Driver\Manager::executeQuery — Execute a database query 説明 fina ... l public MongoDB\Driver\Manager::executeQuery ( string $namespace , MongoDB\Driver ... river\ReadPreference object. 例 例1 MongoDB\Driver\Manager::executeQuery() example <?php $manager = new Mongo ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
Select a server matching a read preference 7894
« MongoDB\Driver\Manager::removeSubscriber MongoDB\Driver\Manager::startSession » PHP Manual Mon ... goDB\Driver\Manager Select a server matching a read preference MongoDB ... \Driver\Manager::selectServer (mongodb >=1.0.0) MongoDB\Driver\Man ... a read preference 説明 final public MongoDB\Driver\Manager::selectServer ( ? MongoDB\Driver\ReadPreference $r ... ecuting an operation. 注意 : Unlike MongoDB\Driver\Manager::getServers() , this method will initialize databa ...
https://man.plustar.jp/php/mongodb-driver-manager.selectserver.html - [similar]
Execute a database command that writes 7664
« MongoDB\Driver\Manager::executeReadWriteCommand MongoDB\Driver\Manager::getEncryptedFieldsMap ... » PHP Manual MongoDB\Driver\Manager Execute a database command that writes MongoDB\Dri ... ver\Manager::executeWriteCommand (mongodb >=1.4.0) MongoDB\Dri ... ver\Manager::executeWriteCommand — Execute a database command ... that writes 説明 final public MongoDB\Driver\Manager::executeWriteCommand ( string $db , MongoDB\Driver ...
https://man.plustar.jp/php/mongodb-driver-manager.executewritecommand.html - [similar]
Create a new Server (not used) 7604
« MongoDB\Driver\Server MongoDB\Driver\Server::executeBulkWrite » PHP Manual MongoDB\Driver\Serv ... r objects are created internally by MongoDB\Driver\Manager when a database connection is established and may ... be returned by MongoDB\Driver\Manager::getServers() and MongoDB\Driver\Manager::selectSe ... 関数にはパラメータはありません。 参考 MongoDB\Driver\Manager::getServers() - Return the servers to which this m ... anager is connected MongoDB\Driver\Manager::selectServer() - Select a server matching a read ...
https://man.plustar.jp/php/mongodb-driver-server.construct.html - [similar]
The MongoDB\Driver\Cursor class 7483
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... and or query and may be returned by MongoDB\Driver\Manager::executeCommand() or MongoDB\Driver\Manager::execu ... sable . 例 例1 Reading a result set MongoDB\Driver\Manager::executeCommand() and MongoDB\Driver\Manager::exec ... iterate over the result set with foreach . <?php $manager = new MongoDB \ Driver \ Manager (); /* Insert som ... 'Vesta' , 'size' => 525 , 'distance' => 2.362 ]); $manager -> executeBulkWrite ( "test.asteroids" , $bulkWrit ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
The MongoDB\Driver\ServerApi class 7446
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... API version 1. 例 例1 Declare an API version on a manager <?php use MongoDB \ Driver \ Manager ; use MongoDB ... verApi ; $v1 = new ServerApi ( ServerApi :: v1 ); $manager = new Manager ( 'mongodb://localhost:27017' , [], ... \ Command ([ 'buildInfo' => 1 ]); try { $cursor = $manager -> executeCommand ( 'admin' , $command ); } catch( ... -49-gb968ca0 例2 Declare a strict API version on a manager The following example sets the strict flag, which ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
Execute a database command that reads 7446
« MongoDB\Driver\Manager::executeQuery MongoDB\Driver\Manager::executeReadWriteCommand » PHP Man ... ual MongoDB\Driver\Manager Execute a database command that reads MongoDB\Driv ... er\Manager::executeReadCommand (mongodb >=1.4.0) MongoDB\Driv ... er\Manager::executeReadCommand — Execute a database command t ... hat reads 説明 final public MongoDB\Driver\Manager::executeReadCommand ( string $db , MongoDB\Driver\ ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadcommand.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT