$colors = array(2=>"blue",3 =>"green",1=>"red"); $firstValue = reset($colors); //blue $firstKey = key($colors); //2