From 93c39b7e91565e40337dbb782b3677728913f3e4 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 30 Dec 2001 15:38:34 +0000 Subject: [PATCH] fixed a wrong link for function. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66521 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 0a8f7f0108..7f14134997 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2424,7 +2424,7 @@ while (list ($key, $val) = each ($HTTP_POST_VARS)) { See also: current, - each, end, + each, next, and reset.