"apple", "b"=>"ball", "c"=>"cat", "d"=>"dog"); // Getting the current element's value echo pos($alphabets) . ""; // Prints: apple // Getting the current element's key echo key($alphabets); // Prints: a ?>