php-doc-en/reference/yaz/functions/yaz-database.xml
Adam Dickmeiss 1ff1f555a2 Rephrase
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162494 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-01 20:35:14 +00:00

52 lines
1.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.7 -->
<refentry id="function.yaz-database">
<refnamediv>
<refname>yaz_database</refname>
<refpurpose>
Specifies the databases within a session
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>yaz_database</methodname>
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
<methodparam><type>string</type><parameter>databases</parameter></methodparam>
</methodsynopsis>
<para>
This function specifies one or more databases to be used in search,
retrieval, etc. - overriding databases specified in call to
<function>yaz_connect</function>. Multiple databases are
separated by a plus sign <literal>+</literal>.
</para>
<para>
This function allows you to change databases within a session.
</para>
<para>
&return.success;
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->