Show Output
"; // A sample associative array $fruits = array("a" => "Apple", "b" => "Ball", "c" => "Cat"); echo $fruits["a"]; // Outputs: Apple ?>