php-Multiline_Comments

Multi-line comments start with /* and end with */.

Multi-line comment as an explanation:

Welcome Home!

Multi-line comment to ignore code:

We can use multi-line comments to prevent blocks of code from being executed:

Hello!

Comments in the Middle of the Code

The multi-line comment syntax can also be used to prevent execution of parts inside a code-line:

10