reference/array/functions/array-walk-recursive.xml
d42b32e96ba3a36544b453128b5f515166bfc14c
...
...
@@ -11,7 +11,7 @@
11
11
<type>bool</type><methodname>array_walk_recursive</methodname>
12
12
<methodparam><type class="union"><type>array</type><type>object</type></type><parameter role="reference">array</parameter></methodparam>
13
13
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
14
-
<methodparam choice="opt"><type>mixed</type><parameter>userdata</parameter><initializer>&null;</initializer></methodparam>
14
+
<methodparam choice="opt"><type>mixed</type><parameter>arg</parameter><initializer>&null;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Applies the user-defined <parameter>callback</parameter> function to each
...
...
@@ -52,10 +52,10 @@
52
52
</listitem>
53
53
</varlistentry>
54
54
<varlistentry>
55
-
<term><parameter>userdata</parameter></term>
55
+
<term><parameter>arg</parameter></term>
56
56
<listitem>
57
57
<para>
58
-
If the optional <parameter>userdata</parameter> parameter is supplied,
58
+
If the optional <parameter>arg</parameter> parameter is supplied,
59
59
it will be passed as the third parameter to the
60
60
<parameter>callback</parameter>.
61
61
</para>
62
62