reference/dba/functions/dba-insert.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,9 +9,9 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>dba_insert</methodname>
12
-
<methodparam><type>string</type><parameter>key</parameter></methodparam>
12
+
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>value</parameter></methodparam>
14
-
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
14
+
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
<function>dba_insert</function> inserts the entry described with
...
...
@@ -42,7 +42,7 @@
42
42
</listitem>
43
43
</varlistentry>
44
44
<varlistentry>
45
-
<term><parameter>handle</parameter></term>
45
+
<term><parameter>dba</parameter></term>
46
46
<listitem>
47
47
<para>
48
48
The database handler, returned by <function>dba_open</function> or
...
...
@@ -71,7 +71,6 @@
71
71
</para>
72
72
</refsect1>
73
73
</refentry>
74
-

75
74
<!-- Keep this comment at the end of the file
76
75
Local variables:
77
76
mode: sgml
78
77