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.