PHP Doku:: Limit results - tokyotyrantquery.setlimit.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische Datenbankerweiterungentokyo_tyrantThe TokyoTyrantQuery classTokyoTyrantQuery::setLimit

Ein Service von Reinhard Neidl - Webprogrammierung.

The TokyoTyrantQuery class

<<TokyoTyrantQuery::search

TokyoTyrantQuery::setOrder>>

TokyoTyrantQuery::setLimit

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantQuery::setLimitLimit results

Beschreibung

public mixed TokyoTyrantQuery::setLimit ([ int $max [, int $skip ]] )

Set the maximum amount of records to return on a query.

Parameter-Liste

max

Maximum amount of records. Default: -1

skip

How many records to skip from the start. Default: -1

Rückgabewerte

This method returns the current object and throws TokyoTyrantException on failure.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)