reference/array/functions/array-replace.xml
fea4357a0ced6a776a2db2ef0d4c09c39ad41ae1
...
...
@@ -10,7 +10,7 @@
10
10
<methodsynopsis>
11
11
<type>array</type><methodname>array_replace</methodname>
12
12
<methodparam><type>array</type><parameter>array</parameter></methodparam>
13
-
<methodparam choice="opt"><type>array</type><parameter>replacements</parameter></methodparam>
13
+
<methodparam rep="repeat"><type>array</type><parameter>replacements</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
<function>array_replace</function> replaces the values of
...
...
@@ -54,7 +54,7 @@
54
54
<refsect1 role="returnvalues">
55
55
&reftitle.returnvalues;
56
56
<para>
57
-
Returns an <type>array</type>, or &null; if an error occurs.
57
+
Returns an <type>array</type>.
58
58
</para>
59
59
</refsect1>
60
60
<refsect1 role="examples">
...
...
@@ -100,7 +100,6 @@ Array
100
100
</para>
101
101
</refsect1>
102
102
</refentry>
103
-

104
103
<!-- Keep this comment at the end of the file
105
104
Local variables:
106
105
mode: sgml
107
106