"apple", "b"=>"ball", "c"=>"cat"); // Flipping alphabets array $result = array_flip($alphabets); print_r($result); ?>