

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code? |
A. | rray ( [0] => peach ) |
B. | rray ( [0] => apple [1] => mango [2] => peach ) |
C. | rray ( [0] => apple [1] => mango ) |
D. | rray ( [0] => peach [1] => pear [2] => orange ) |
Answer» E. | |