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

yaz_database

(PHP 4 >= 4.0.6)

yaz_database --  Specifies the databases within a session

Description

int yaz_database ( int id, string databases)

This function specifies one or more databases to be used in search, retrieval, etc. - overriding databases specified in call to yaz_connect(). Multiple databases are separated by a plus sign +.

This function allows you to use different sets of databases within a session.

Returns TRUE on success; FALSE on error.