PHP single line comment is made in two ways:
- Using // (C++ style single line comment)
- Using # (Unix Shell style single line comment)
PHP multi-line comment is made by enclosing all lines within.
Technical Interview Questions
PHP single line comment is made in two ways: