PHP - Output and String Handling
Why does the following PHP code print "Array"?
print ["a" => "apple", "b" => "banana"];
print ["a" => "apple", "b" => "banana"];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions