Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17977 программистов и 1567 роботов. Сейчас ищут 755 программистов ...
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