Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18640 программистов и 1738 роботов. Сейчас ищет 1571 программист ...
MongoCursor::limit - Limits the number of results returned
Вернуться к: MongoCursor
MongoCursor::limit
(PECL mongo >=0.9.0)
MongoCursor::limit — Limits the number of results returned
Описание
Список параметров
-
num
-
The number of results to return.
Возвращаемые значения
Returns this cursor.
Ошибки
Throws MongoCursorException if this cursor has started iterating.
Смотрите также
- MongoDB core docs on » limit.
- MongoCursor::batchSize() - Limits the number of elements returned in one batch.
- MongoCursor::skip() - Skips a number of results
Вернуться к: MongoCursor