1.

What will be the output of the following PHP code? <?php $fruits = array ("apple", "orange", "banana"); echo (next($fruits)); echo (next($fruits)); ?>

A. Orangebanana
B. Appleorange
C. Orangeorange
D. Appleapple
Answer» B. Appleorange


Discussion

No Comment Found