From 8b6ea03d6059acdd2d3b5fadb565f27757e52b8f Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sun, 11 Jul 2004 02:18:37 +0000 Subject: [PATCH] Added link to array_walk_recursive git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163024 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-walk.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-walk.xml b/reference/array/functions/array-walk.xml index ad798f2c49..b709b80b31 100644 --- a/reference/array/functions/array-walk.xml +++ b/reference/array/functions/array-walk.xml @@ -1,5 +1,5 @@ - + @@ -117,7 +117,7 @@ c. fruit: apple - See also create_function, list, + See also array_walk_recursive, create_function, list, foreach, each, call_user_func_array, and array_map.