200-710 Web TestEngine demo

Exit VCEDump 200-710 Zend Certified Engineer
Question 24 of 35
0% complete
Q24 Single choice

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);

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in