1.

What will be the output of the following PHP code?

A. his is some text that we might like to parse.
B. rray ( [0] => some text that [1] => we might like to parse. )
C. rray ( [0] => this is [1] => some text that [2] => we might like to parse. )
D. 0] => this is [1] => some text that [2] => we might like to parse.
Answer» E.


Discussion

No Comment Found