1.

_What will be the output of the following PHP code?$?

A. Array ( [0] => red [1] => green)
B. Array ( [0] => blue [1] => yellow [2] => red [3] => green )
C. Array ( [0] => red [1] => green [2] => blue [3] => yellow )
D. Array ( [0] => blue [1] => yellow )
Answer» D. Array ( [0] => blue [1] => yellow )


Discussion

No Comment Found