reference/dba/functions/dba-exists.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,8 +9,8 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>dba_exists</methodname>
12
-
<methodparam><type>string</type><parameter>key</parameter></methodparam>
13
-
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
12
+
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
13
+
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
<function>dba_exists</function> checks whether the specified
...
...
@@ -30,7 +30,7 @@
30
30
</listitem>
31
31
</varlistentry>
32
32
<varlistentry>
33
-
<term><parameter>handle</parameter></term>
33
+
<term><parameter>dba</parameter></term>
34
34
<listitem>
35
35
<para>
36
36
The database handler, returned by <function>dba_open</function> or
...
...
@@ -59,7 +59,6 @@
59
59
</para>
60
60
</refsect1>
61
61
</refentry>
62
-

63
62
<!-- Keep this comment at the end of the file
64
63
Local variables:
65
64
mode: sgml
66
65