1.

What will be the output of the following PHP code? < ?php $state = array ("Karnataka", "Goa", "Tamil Nadu", "Andhra Pradesh"); echo (array_search ("Tamil Nadu", $state) ); ?>

A. True
B. 1
C. False
D. 2
Answer» E.


Discussion

No Comment Found