1.

Which one of the following PHP statements is true?

A. In PHP 4: $second and $first are 2 distinct objects
B. In PHP 5: $second and $first are 2 distinct objects
C. In PHP 4: $second and $first refer to one object
D. None of the mentionedView Answer
Answer» B. In PHP 5: $second and $first are 2 distinct objects


Discussion

No Comment Found