Skip to content

Commit 533748d

Browse files
author
Yoshinari Takaoka
committed
Minor improvements to array_map() docs
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350492 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 27564db commit 533748d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/array/functions/array-map.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 1397ae6df7e79a59fec7b167f7bc1adba415013f Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: fcb6e76fc665e196b97c8b1dcdedd6f0d71aca16 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<refentry xml:id="function.array-map" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -19,7 +19,7 @@
1919
<para>
2020
<function>array_map</function> は、<parameter>array1</parameter>
2121
(および、 それ以上の配列が与えられた場合は <parameter>...</parameter>)
22-
の各要素に <parameter>callback</parameter> 関数を適用した後
22+
の各要素に <parameter>callback</parameter> を適用した後
2323
適用後の要素を含む &array; を返します。
2424
<parameter>callback</parameter> 関数が受け付けるパラメータの数は、
2525
<function>array_map</function> に渡される配列の数に一致している必要があります。
@@ -34,7 +34,7 @@
3434
<term><parameter>callback</parameter></term>
3535
<listitem>
3636
<para>
37-
配列の各要素に適用するコールバック関数
37+
配列の各要素に適用する <type>callable</type>
3838
</para>
3939
<para>
4040
複数の配列に zip 操作を行うために、

0 commit comments

Comments
 (0)