(PHP 4 >= 4.0.1, PECL yaz:0.9-1.0.9)
yaz_range — Specifies the maximum number of records to retrieve
This function is used in conjunction with yaz_search() to specify the maximum number of records to retrieve (number) and the first record position (start). If this function is not invoked (only yaz_search()) start is set to 1 and number is set to 10.
Returns TRUE on success; FALSE on error.