Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.yaz-range.html
Дата изменения: Sun Feb 3 22:58:11 2002
Дата индексирования: Mon Oct 1 21:21:31 2012
Кодировка:
yaz_range

yaz_range

(PHP 4 )

yaz_range --  Specifies the maximum number of records to retrieve

Description

int yaz_range ( int id, int start, int number)

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.