From 3c61250127e8079a860afccf8d857e2609cee48b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 18 Apr 2002 23:15:34 +0000 Subject: [PATCH] each(): see also foreach git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78723 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/each.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/each.xml b/reference/array/functions/each.xml index fbe14a5c79..e379bea2bb 100644 --- a/reference/array/functions/each.xml +++ b/reference/array/functions/each.xml @@ -1,5 +1,5 @@ - + @@ -98,7 +98,8 @@ while (list ($key, $val) = each ($HTTP_POST_VARS)) { See also key, list, current, reset, - next, and prev. + next, prev, and + foreach.