reference/dba/functions/dba-delete.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,8 +9,8 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>dba_delete</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_delete</function> deletes the specified entry from the database.
...
...
@@ -29,7 +29,7 @@
29
29
</listitem>
30
30
</varlistentry>
31
31
<varlistentry>
32
-
<term><parameter>handle</parameter></term>
32
+
<term><parameter>dba</parameter></term>
33
33
<listitem>
34
34
<para>
35
35
The database handler, returned by <function>dba_open</function> or
...
...
@@ -58,7 +58,6 @@
58
58
</para>
59
59
</refsect1>
60
60
</refentry>
61
-

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