Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 34917 программистов и 1618 роботов. Сейчас ищут 948 программистов ...
MongoCursorInterface::batchSize - Limits the number of elements returned in one batch.
Вернуться к: MongoCursorInterface
MongoCursorInterface::batchSize
(PECL mongo >=1.5.0)
MongoCursorInterface::batchSize — Limits the number of elements returned in one batch.
Описание
A cursor typically fetches a batch of result objects and stores them locally. This method sets the batch size value to configure the amount of documents retrieved from the server in one round trip.
Список параметров
-
batchSize
-
The number of results to return per batch.
Возвращаемые значения
Returns this cursor.
Вернуться к: MongoCursorInterface