PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\BulkWrite::count
request it (221)
GoLang replacement for PHP's MongoDB\Driver\BulkWrite::count
[edit | history]
PHP MongoDB\Driver\BulkWrite::countPHP original manual for MongoDB\Driver\BulkWrite::count [ show | php.net ]MongoDB\Driver\BulkWrite::count(mongodb >=1.0.0) MongoDB\Driver\BulkWrite::count — Count number of write operations in the bulk Description
public int MongoDB\Driver\BulkWrite::count
( void
)
Returns the number of write operations added to the MongoDB\Driver\BulkWrite object. ParametersThis function has no parameters. Return ValuesReturns number of write operations added to the MongoDB\Driver\BulkWrite object. Errors/Exceptions
Changelog
ExamplesExample #1 MongoDB\Driver\BulkWrite::count() example
<?php The above example will output: int(4) |
more
Recently updated
more
Most requested
more
Last requests
|