File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
reference/array/functions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 1397ae6df7e79a59fec7b167f7bc1adba415013f Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: fcb6e76fc665e196b97c8b1dcdedd6f0d71aca16 Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa,mumumu -->
5
5
<refentry xml : id =" function.array-map" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
19
19
<para >
20
20
<function >array_map</function > は、<parameter >array1</parameter >
21
21
(および、 それ以上の配列が与えられた場合は <parameter >...</parameter >)
22
- の各要素に <parameter >callback</parameter > 関数を適用した後 、
22
+ の各要素に <parameter >callback</parameter > を適用した後 、
23
23
適用後の要素を含む &array; を返します。
24
24
<parameter >callback</parameter > 関数が受け付けるパラメータの数は、
25
25
<function >array_map</function > に渡される配列の数に一致している必要があります。
34
34
<term ><parameter >callback</parameter ></term >
35
35
<listitem >
36
36
<para >
37
- 配列の各要素に適用するコールバック関数 。
37
+ 配列の各要素に適用する < type >callable</ type > 。
38
38
</para >
39
39
<para >
40
40
複数の配列に zip 操作を行うために、
You can’t perform that action at this time.
0 commit comments