From ddf7426ccab631eacf5f5cf0df5677b0b5f6e57b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 11 Nov 2002 00:36:16 +0000 Subject: [PATCH] See also array_walk(); and some additions. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103278 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-map.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/array-map.xml b/reference/array/functions/array-map.xml index ec9d7620b1..222ba90df0 100644 --- a/reference/array/functions/array-map.xml +++ b/reference/array/functions/array-map.xml @@ -1,5 +1,5 @@ - + @@ -30,6 +30,7 @@ <function>array_map</function> example ]]> @@ -61,6 +63,7 @@ Array <function>array_map</function> - using more arrays ]]> @@ -144,12 +148,14 @@ Array Creating an array of arrays ]]> @@ -200,8 +206,9 @@ Array - See also array_filter and - array_reduce. + See also array_filter, + array_reduce, and + array_walk.