end
Set the internal pointer of an array to its last element
Description
mixedend
arrayarray
end advances array's
internal pointer to the last element, and returns the value from
the last element.
A simple end example
]]>
See also current,
each,
prev,
next and
reset.