1.

What will be the output of the following PHP code?
<?php
$Flower = array("Daffodil", "Dahlia", "Daisy", "Daphne", "Delphinium", "Dianella");
print_r(array_chunk($Flower, 3));
?>


A. None of these
Answer» D.


Discussion

No Comment Found

Related MCQs