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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 2e60c5134e7a847c99f81eb3f7ecee1f5efeeace Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 1f5bcc30ee06e452b98362460ea7b7bf2b20f4a1 Maintainer: takagi Status: ready -->
44<!-- CREDITS: hirokawa,mumumu -->
55<refentry xml : id =" function.array-map" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
4141 <para >
4242 複数の配列に zip 操作を行い、
4343 返される配列の要素を、
44- 入力された配列の要素と同じインデックスをそれぞれ保持した配列にすることができます 。
44+ 入力された配列の内部ポインタの位置が同じ要素を保持した配列にすることができます 。
4545 こうするためには、<parameter >callback</parameter > に &null; を渡します(以下の例を参照ください)。
4646 <parameter >array</parameter > のみが与えられた場合、
4747 <methodname >array_map</methodname > は、入力された配列を返します。
You can’t perform that action at this time.
0 commit comments