From 5e3ae71e266f3a6366f0966309a194a8112d53b4 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Wed, 13 Sep 2000 05:30:43 +0000 Subject: [PATCH] updating end() to match proto (as per errata) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32616 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 90f8c18e72..768f5b87fa 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1502,13 +1502,13 @@ while (list ($key, $val) = each ($HTTP_POST_VARS)) { Description - end + mixed end array array End advances array's - internal pointer to the last element. + internal pointer to the last element, and returns that element. See also: current,