検索

phrase: max: clip:
target: order:
Results of 761 - 770 of about 1070 for Dump (0.085 sec.)
Constructs the object from a BSON array or document 2628
« MongoDB\BSON\Unserializable MongoDB\BSON\BinaryInterface » PHP Manual MongoDB\BSON\Unserializa ... \ toPHP ( $bson , [ 'root' => 'MyDocument' ]); var_dump ( $value ); ?> 上の例の出力は以下となります。 obje ...
https://man.plustar.jp/php/mongodb-bson-unserializable.bsonunserialize.html - [similar]
Count number of write operations in the bulk 2628
« MongoDB\Driver\BulkWrite::__construct MongoDB\Driver\BulkWrite::delete » PHP Manual MongoDB\Dr ... 'x' => 1 ]]); $bulk -> delete ([ 'x' => 1 ]); var_dump ( count ( $bulk )); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.count.html - [similar]
String representation of the cursor ID 2628
« MongoDB\Driver\CursorId::serialize MongoDB\Driver\CursorId::unserialize » PHP Manual MongoDB\D ... -> executeQuery ( 'db.collection' , $query ); var_dump ((string) $cursor -> getId ()); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/mongodb-driver-cursorid.tostring.html - [similar]
Returns the WriteConcernError's error code 2628
« MongoDB\Driver\WriteConcernError MongoDB\Driver\WriteConcernError::getInfo » PHP Manual MongoD ... Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWriteResult ()-> getWriteConcernError ( ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getcode.html - [similar]
Returns metadata document for the WriteConcernError 2628
« MongoDB\Driver\WriteConcernError::getCode MongoDB\Driver\WriteConcernError::getMessage » PHP M ... Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWriteResult ()-> getWriteConcernError ( ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getinfo.html - [similar]
Returns the WriteConcernError's error message 2628
« MongoDB\Driver\WriteConcernError::getInfo MongoDB\Driver\WriteError » PHP Manual MongoDB\Drive ... Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWriteResult ()-> getWriteConcernError ( ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getmessage.html - [similar]
Returns the index of the write operation corresponding to this WriteError 2628
« MongoDB\Driver\WriteError::getCode MongoDB\Driver\WriteError::getInfo » PHP Manual MongoDB\Dri ... Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWriteResult ()-> getWriteErrors ()[ 0 ] ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getindex.html - [similar]
Returns the WriteError's error message 2628
« MongoDB\Driver\WriteError::getInfo MongoDB\Driver\WriteResult » PHP Manual MongoDB\Driver\Writ ... Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWriteResult ()-> getWriteErrors ()[ 0 ] ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getmessage.html - [similar]
Returns the number of documents deleted 2628
« MongoDB\Driver\WriteResult MongoDB\Driver\WriteResult::getInsertedCount » PHP Manual MongoDB\D ... executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $result -> getDeletedCount ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getdeletedcount.html - [similar]
Returns the number of documents inserted (excluding upserts) 2628
« MongoDB\Driver\WriteResult::getDeletedCount MongoDB\Driver\WriteResult::getMatchedCount » PHP ... executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $result -> getInsertedCount ()); ?> 上の例の出力 ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getinsertedcount.html - [similar]