From fd14b357005959a1b953c076a866b62673c99c5b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 11 Nov 2002 00:34:07 +0000 Subject: [PATCH] See also array_map() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103277 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-walk.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-walk.xml b/reference/array/functions/array-walk.xml index 71cc319c62..32d8cbd15f 100644 --- a/reference/array/functions/array-walk.xml +++ b/reference/array/functions/array-walk.xml @@ -1,5 +1,5 @@ - + @@ -112,7 +112,8 @@ c. fruit: apple - See also list, foreach, + See also array_walk, list, + foreach, each, and call_user_func_array.