Multi-line Comments
Multi-line comments start with /*
and end with */
.
Any text between /*
and */
will be ignored.
The following example uses a multi-line comment as an explanation: Continue reading PHP Multiline Comments
Multi-line comments start with /*
and end with */
.
Any text between /*
and */
will be ignored.
The following example uses a multi-line comment as an explanation: Continue reading PHP Multiline Comments