PHP » GoLang |
login |
register |
about
|
GoLang MongoCommandCursor::batchSize
request it (361)
GoLang replacement for PHP's MongoCommandCursor::batchSize
[edit | history]
PHP MongoCommandCursor::batchSizePHP original manual for MongoCommandCursor::batchSize [ show | php.net ]MongoCommandCursor::batchSize(PECL mongo >=1.5.0) MongoCommandCursor::batchSize — Limits the number of elements returned in one batch DescriptionA cursor typically fetches a batch of result objects and store them locally. This method sets the batchSize value to configure the amount of documents retrieved from the server in one round trip. Parameters
Return ValuesReturns this cursor. ExamplesExample #1 MongoCommandCursor::batchSize()
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|