From d0ce30ee6d9b6855768abb0eaa79993b0f06024c Mon Sep 17 00:00:00 2001 From: Marco Cucinato Date: Sun, 2 Sep 2001 20:58:47 +0000 Subject: [PATCH] Corrected each() refpurpose git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56566 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index c7d504d4a8..705867c5f4 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -1920,7 +1920,7 @@ $result = count ($b); each - Return the next key and value pair from an array + Return the current key and value pair from an array and advance the array cursor