1.

What will be the output of the following PHP code?

A. Error
B. Array ( [0] => apple [1] => mango [2] => peach )
C. Array ( [0] => apple [1] => mango )
D. Array ( [0] => pear [1] => orange )
Answer» D. Array ( [0] => pear [1] => orange )


Discussion

No Comment Found