Contact: aviboots(AT)netvision.net.il
39,903 questions
51,834 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 */