検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 40 for concern (0.007 sec.)
Returns the WriteConcern's "wtimeout" option 6849
« MongoDB\Driver\WriteConcern::getW MongoDB\Driver\WriteConcern::isDefault » PHP Manual MongoDB\ ... Driver\WriteConcern Returns the WriteConcern's "wtimeout" option Mongo ... DB\Driver\WriteConcern::getWtimeout (mongodb >=1.0.0) MongoDB\Driver\Writ ... eConcern::getWtimeout — Returns the WriteConcern's "wtimeou ... t" option 説明 final public MongoDB\Driver\WriteConcern::getWtimeout (): int | MongoDB\BSON\Int64 パラメー ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.getwtimeout.html - [similar]
Returns the WriteConcernError's error code 6849
« MongoDB\Driver\WriteConcernError MongoDB\Driver\WriteConcernError::getInfo » PHP Manual MongoD ... B\Driver\WriteConcernError Returns the WriteConcernError's error code Mo ... ngoDB\Driver\WriteConcernError::getCode (mongodb >=1.0.0) MongoDB\Driver\Wri ... teConcernError::getCode — Returns the WriteConcernError's er ... ror code 説明 final public MongoDB\Driver\WriteConcernError::getCode (): int パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getcode.html - [similar]
Returns metadata document for the WriteConcernError 6849
« MongoDB\Driver\WriteConcernError::getCode MongoDB\Driver\WriteConcernError::getMessage » PHP M ... anual MongoDB\Driver\WriteConcernError Returns metadata document for the WriteConcer ... nError MongoDB\Driver\WriteConcernError::getInfo (mongodb >=1.0.0) MongoDB\Driver\Wri ... teConcernError::getInfo — Returns metadata document for the ... WriteConcernError 説明 final public MongoDB\Driver\WriteConcern ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getinfo.html - [similar]
Returns the WriteConcernError's error message 6849
« MongoDB\Driver\WriteConcernError::getInfo MongoDB\Driver\WriteError » PHP Manual MongoDB\Drive ... r\WriteConcernError Returns the WriteConcernError's error message ... MongoDB\Driver\WriteConcernError::getMessage (mongodb >=1.0.0) MongoDB\Driver\ ... WriteConcernError::getMessage — Returns the WriteConcernError's ... rror message 説明 final public MongoDB\Driver\WriteConcernError::getMessage (): string パラメータ この関数には ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getmessage.html - [similar]
Create a new Query 6802
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... return (by default) a stdClass object instead. readConcern MongoDB\Driver\ReadConcern A read concern to apply ... to the operation. By default, the read concern from the MongoDB Connection URI will be used. This ... Specification . PECL mongodb 1.1.0 Added the "readConcern" option. 例 例1 MongoDB\Driver\Query::__construct( ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Execute a database command that reads 6740
« MongoDB\Driver\Manager::executeQuery MongoDB\Driver\Manager::executeReadWriteCommand » PHP Man ... the MongoDB server version into account. The "readConcern" option will default to the corresponding value fr ... マンド。 options options Option Type Description readConcern MongoDB\Driver\ReadConcern A read concern to apply ... transaction in progress, you cannot specify a "readConcern" or "writeConcern" option. This will result in an ... associated transaction in combination with a "readConcern" or "writeConcern" option. 引数のパースに失敗した場 ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadcommand.html - [similar]
Execute a database command that reads on this server 6693
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... the MongoDB server version into account. The "readConcern" option will default to the corresponding value fr ... マンド。 options options Option Type Description readConcern MongoDB\Driver\ReadConcern A read concern to apply ... transaction in progress, you cannot specify a "readConcern" or "writeConcern" option. This will result in an ... associated transaction in combination with a "readConcern" or "writeConcern" option. 引数のパースに失敗した場 ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Create a new BulkWrite 6630
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... r \ Manager ( 'mongodb://localhost:27017' ); $writeConcern = new MongoDB \ Driver \ WriteConcern ( 1 ); try { ... executeBulkWrite ( 'db.collection' , $bulk , $writeConcern ); } catch ( MongoDB \ Driver \ Exception \ BulkWr ... t = $e -> getWriteResult (); // Check if the write concern could not be fulfilled if ( $writeConcernError = $ ... result -> getWriteConcernError ()) { printf ( "%s (%d): %s\n" , $writeConcer ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
サンプル 6584
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... uery Example#1295 - MongoDB\Driver\Manager::getReadConcern example Example#1296 - MongoDB\Driver\Manager::get ... ple Example#1298 - MongoDB\Driver\Manager::getWriteConcern example Example#1299 - Composing MongoDB\Driver\Co ... on on a manager Example#1312 - MongoDB\Driver\WriteConcern::bsonSerialize with majority write concern Example ... #1313 - MongoDB\Driver\WriteConcern::bsonSerialize with wtimeout and journal Example#1 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
Deserialization from BSON 6521
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... ype. By default, the current driver addresses this concern by ensuring that BSON arrays and documents are con ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
PREV 1 2 3 4 NEXT