1.

What will be the output of the following PHP code ? <?php int $one = 1; echo "$one"; ?>

A. 0
B. 1
C. $one
D. Error
Answer» E.


Discussion

No Comment Found