yaz_range
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
Specifies a range of records to retrieve
Description
yaz_range(resource $id, int $start, int $number): void
Specifies a range of records to retrieve.
This function should be called before yaz_search() or yaz_present().
Parameters
idThe connection resource returned by
yaz_connect().startSpecifies the position of the first record to be retrieved. The records numbers goes from 1 to
yaz_hits().numberSpecifies the number of records to be retrieved.
Return Values
Void