File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
reference/array/functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
<para >
18
18
<function >array_map</function > returns an &array; containing
19
19
the results of applying the <parameter >callback</parameter >
20
- to the corresponding index of <parameter >array</parameter >
20
+ to the corresponding value of <parameter >array</parameter >
21
21
(and <parameter >arrays</parameter > if more arrays are provided)
22
22
used as arguments for the callback.
23
23
The number of parameters that the <parameter >callback</parameter >
71
71
&reftitle.returnvalues;
72
72
<para >
73
73
Returns an array containing the results of applying the <parameter >callback</parameter >
74
- function to the corresponding index of <parameter >array</parameter >
74
+ function to the corresponding value of <parameter >array</parameter >
75
75
(and <parameter >arrays</parameter > if more arrays are provided)
76
76
used as arguments for the callback.
77
77
</para >
You can’t perform that action at this time.
0 commit comments