note 102549 deleted from function.next by danbrown
[email protected] Mon, 21 Feb 2011 05:58:38 -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
?>