Query: yaz_range
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAZ_RANGE(3) 1 YAZ_RANGE(3) yaz_range - Specifies a range of records to retrieveSYNOPSISvoid yaz_range (resource $id, int $start, int $number)DESCRIPTIONSpecifies a range of records to retrieve. This function should be called before yaz_search(3) or yaz_present(3).PARAMETERSo $id - The connection resource returned by yaz_connect(3). o $start - Specifies the position of the first record to be retrieved. The records numbers goes from 1 to yaz_hits(3). o $number - Specifies the number of records to be retrieved.RETURN VALUESNo value is returned. PHP Documentation Group YAZ_RANGE(3)
Related Man Pages |
---|
dio_seek(3) - php |
pg_affected_rows(3) - php |
pg_select(3) - php |
yaz_connect(3) - php |
yaz_sort(3) - php |