PHP Doku:: Specifies a range of records to retrieve - function.yaz-range.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteYAZYAZ Funktionenyaz_range

Ein Service von Reinhard Neidl - Webprogrammierung.

YAZ Funktionen

<<yaz_present

yaz_record>>

yaz_range

(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)

yaz_range Specifies a range of records to retrieve

Beschreibung

void yaz_range ( resource $id , int $start , int $number )

Specifies a range of records to retrieve.

This function should be called before yaz_search() or yaz_present().

Parameter-Liste

id

The connection resource returned by yaz_connect().

start

Specifies the position of the first record to be retrieved. The records numbers goes from 1 to yaz_hits().

number

Specifies the number of records to be retrieved.

Rückgabewerte

Es wird kein Wert zurückgegeben.


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",...)