New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Zend PHP 5 Certification 200-500 Question # 63 Topic 7 Discussion

Zend PHP 5 Certification 200-500 Question # 63 Topic 7 Discussion

200-500 Exam Topic 7 Question 63 Discussion:
Question #: 63
Topic #: 7

What will be the output of the following code?

$a = array(0, 1, 2 => array(3, 4));

$a[3] = array(4, 5);

echo count($a, 1);


A.

4


B.

5


C.

8


D.

None of the above


Get Premium 200-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.