From f2ccacf049d15e23a5d7336befee55305d5ff20c Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 31 Dec 2007 01:38:43 +0000 Subject: [PATCH] Tyop git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249460 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-walk-recursive.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml index 9b18930fa8..f9ae347c2e 100755 --- a/reference/array/functions/array-walk-recursive.xml +++ b/reference/array/functions/array-walk-recursive.xml @@ -1,5 +1,5 @@ - + array_walk_recursive @@ -24,7 +24,7 @@ - array + input The input array. @@ -36,7 +36,7 @@ Typically, funcname takes on two parameters. - The array parameter's value being the first, and + The input parameter's value being the first, and the key/index second.