200-550 Web TestEngine demo

Exit VCEDump 200-550 Zend Certified PHP Engineer
Question 7 of 34
0% complete
Q7 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