PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\BulkWrite::insert
request it (467)
GoLang replacement for PHP's MongoDB\Driver\BulkWrite::insert
[edit | history]
PHP MongoDB\Driver\BulkWrite::insertPHP original manual for MongoDB\Driver\BulkWrite::insert [ show | php.net ]MongoDB\Driver\BulkWrite::insert(mongodb >=1.0.0) MongoDB\Driver\BulkWrite::insert — Add an insert operation to the bulk DescriptionAdds an insert operation to the MongoDB\Driver\BulkWrite. Parameters
Return Values
Returns the _id of the inserted document. If the
Errors/Exceptions
Changelog
ExamplesExample #1 MongoDB\Driver\BulkWrite::insert() example
<?php The above example will output something similar to: object(MongoDB\BSON\ObjectId)#3 (1) { ["oid"]=> string(24) "54d51146bd21b91405401d92" } NULL NULL See Also
|
more
Recently updated
more
Most requested
more
Last requests
|