reference/spl/arrayobject/exchangearray.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -7,9 +7,9 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="ArrayObject">
11
11
<modifier>public</modifier> <type>array</type><methodname>ArrayObject::exchangeArray</methodname>
12
-
<methodparam><type>mixed</type><parameter>input</parameter></methodparam>
12
+
<methodparam><type class="union"><type>array</type><type>object</type></type><parameter>array</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Exchange the current <type>array</type> with another <type>array</type> or <type>object</type>.
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>input</parameter></term>
24
+
<term><parameter>array</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The new <type>array</type> or <type>object</type> to exchange with the current array.
...
...
@@ -84,7 +84,6 @@ ArrayObject Object
84
84
</para>
85
85
</refsect1>
86
86
</refentry>
87
-

88
87
<!-- Keep this comment at the end of the file
89
88
Local variables:
90
89
mode: sgml
...
...
@@ -105,4 +104,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
105
104
vim: et tw=78 syn=sgml
106
105
vi: ts=1 sw=1
107
106
-->
108
-

109
107