PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\BulkWrite::__construct
request it (264)
GoLang replacement for PHP's MongoDB\Driver\BulkWrite::__construct
[edit | history]
PHP MongoDB\Driver\BulkWrite::__constructPHP original manual for MongoDB\Driver\BulkWrite::__construct [ show | php.net ]MongoDB\Driver\BulkWrite::__construct(mongodb >=1.0.0) MongoDB\Driver\BulkWrite::__construct — Create a new BulkWrite Description
public MongoDB\Driver\BulkWrite::__construct
([ array
$options
] )Constructs a new MongoDB\Driver\BulkWrite, which is a mutable object to which one or more write operations may be added. The write(s) may then be executed with MongoDB\Driver\Manager::executeBulkWrite(). Parameters
Errors/Exceptions
Changelog
ExamplesExample #1 MongoDB\Driver\BulkWrite::__construct() example
<?php The above example will output: Inserted 2 document(s) Updated 1 document(s) Upserted 1 document(s) Deleted 1 document(s) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|