yaz_range --
Specifies the maximum number of records to retrieve
Syntax
bool yaz_range ( resource id, int start, int number )
This function should be called before either
yaz_search() or yaz_present()
to specify a range of records to be retrieved.
The parameter start specifies the position of the
first record to be retrieved and parameter number is
the number of records. Records in a result set are numbered 1, 2, ... $hits
where $hits is the count returned by yaz_hits().
Returns TRUE on success or FALSE on failure.
Php yaz range Function syntax tag
yaz range php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php yaz range syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.