1.

When defining identifier in PHP you should remember that

A. Identifiers can be any length
B. Identifier are case sensitive. So $result is different than $ result
C. None of above
D. Both of above
Answer» E.


Discussion

No Comment Found