How is a multi-line comment denoted in PHP?
- // Comment
- /* Comment */
Related Quiz
- In PHP, the * operator is used for ______.
- Which of the following are common uses of functions in PHP?
- Which of the following are true about the else statement in PHP?
- What can be the potential issues with a while loop in PHP?
- You cannot modify global variables using the $GLOBALS superglobal in PHP.