note 102548 deleted from function.next by danbrown

[email protected] Mon, 21 Feb 2011 05:58:36 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: subha dot 1250 at gmail dot com 

----

<?php
$a = array('Apple','Mangoe','Banana');
echo end($a);// Banana
?>