1.

What will be the output of the following PHP code?
<?php
$Color = array("Green", "White", "Green", "Red", "Yellow", "White");
print_r(array_count_values($Color));
?>

A. None of these
Answer» B.


Discussion

No Comment Found

Related MCQs