Contact: aviboots(AT)netvision.net.il
41,305 questions
53,818 answers
573 users
$arr = array('aaa', 'bbb', 'ccc'); echo end($arr); /* run: ccc */