end

(PHP 3, PHP 4 >= 4.0.0)

end --  Sposta il puntatore interno dell'array all'ultimo elemento

Descrizione

mixed end (array array)

end() fa avanzare il puntatore di array all'ultimo elemento, e restituisce l'elemento.

Vedere anche: current(), each(), end(), next(), e reset().