Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16359 программистов и 1793 робота. Сейчас ищут 1994 программиста ...
TokyoTyrantQuery::setLimit - Limit results
Вернуться к: TokyoTyrantQuery
TokyoTyrantQuery::setLimit
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantQuery::setLimit — Limit results
Описание
Set the maximum amount of records to return on a query.
Список параметров
-
max
-
Maximum amount of records. Default: -1
-
skip
-
How many records to skip from the start. Default: -1
Возвращаемые значения
This method returns the current object and throws TokyoTyrantException on failure.
Вернуться к: TokyoTyrantQuery