1.

What will be the output of the following PHP code?
<?php
$Employee = array ("Ajit", "Abhay", array ("Prayag", "Imroj"),
"krishana");
echo (count($Employee, 1));
?>

A. 6
B. 5
C. 4
D. 3
E. None of these
Answer» B. 5


Discussion

No Comment Found

Related MCQs