reference/dba/functions/dba-replace.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,14 +9,14 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>dba_replace</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_replace</function> replaces or inserts the entry described
18
18
with <parameter>key</parameter> and <parameter>value</parameter> into the
19
-
database specified by <parameter>handle</parameter>.
19
+
database specified by <parameter>dba</parameter>.
20
20
</para>
21
21
</refsect1>
22
22
<refsect1 role="parameters">
...
...
@@ -40,7 +40,7 @@
40
40
</listitem>
41
41
</varlistentry>
42
42
<varlistentry>
43
-
<term><parameter>handle</parameter></term>
43
+
<term><parameter>dba</parameter></term>
44
44
<listitem>
45
45
<para>
46
46
The database handler, returned by <function>dba_open</function> or
...
...
@@ -69,7 +69,6 @@
69
69
</para>
70
70
</refsect1>
71
71
</refentry>
72
-

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