reference/array/functions/each.xml
a6655e3f9508eee6860b02f55e33560a790f42d1
...
...
@@ -7,14 +7,14 @@
7
7
</refnamediv>
8
8

9
9
<refsynopsisdiv>
10
-
&warn.deprecated.function-7-2-0;
10
+
&warn.deprecated.function-7-2-0.removed-8-0-0;
11
11
</refsynopsisdiv>
12
12

13
13
<refsect1 role="description">
14
14
&reftitle.description;
15
15
<methodsynopsis>
16
16
<type>array</type><methodname>each</methodname>
17
-
<methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
17
+
<methodparam><type class="union"><type>array</type><type>object</type></type><parameter role="reference">array</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Return the current key and value pair from an array and advance the array
21
21