<? $dizi = array(1 => 'a', 2 => 'b', 3 => 'c'); //İşaretçiyi bir eleman ilerletiyoruz... echo next($dizi);//Sonuç: b ?>