Contact: aviboots(AT)netvision.net.il
41,304 questions
53,817 answers
573 users
$arr = [3, 8, 0, 5, 2, 8]; echo current($arr). "\n"; echo next($arr). "\n"; echo next($arr). "\n"; /* run: 3 8 0 */