From 4396c482947d9d8d1688a689deee3613935502bd Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 18 Apr 2002 23:29:24 +0000 Subject: [PATCH] end(): Added a simple example using end() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78724 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/end.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/end.xml b/reference/array/functions/end.xml index 4efc033c32..9dc67ad411 100644 --- a/reference/array/functions/end.xml +++ b/reference/array/functions/end.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,22 @@ end advances array's internal pointer to the last element, and returns that element. + + + A simple <function>end</function> example + + +]]> + + + See also current, each,