PHP - Arrays
What will be the output of the following PHP code?
$arr = ["fruit" => "apple", "color" => "red"]; echo $arr["color"];
$arr = ["fruit" => "apple", "color" => "red"]; echo $arr["color"];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions