

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code?
<?php $fruits = array ("apple", "orange", array ("pear", "mango"), "banana"); echo (count($fruits, 1)); ?> |
A. | 3 |
B. | 4 |
C. | 5 |
D. | 6 |
Answer» E. | |