Query: yaz_database
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAZ_DATABASE(3) 1 YAZ_DATABASE(3) yaz_database - Specifies the databases within a sessionSYNOPSISbool yaz_database (resource $id, string $databases)DESCRIPTIONThis function allows you to change databases within a session by specifying one or more databases to be used in search, retrieval, etc. - overriding databases specified in call to yaz_connect(3).PARAMETERSo $id - The connection resource returned by yaz_connect(3). o $databases - A string containing one or more databases. Multiple databases are separated by a plus sign +.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group YAZ_DATABASE(3)