1.

_What will be the output of the following PHP code ? "Jaguar", "b" => "Land Rover", "c" => "Audi", "d" => "Maseratti");echo array_search("Audi", $a);?>$?

A. a
B. b
C. c
D. d
Answer» D. d


Discussion

No Comment Found