How to do single and multi line comment in PHP?
PHP single line comment is done in two ways:
Using // (C++ style single line comment) Using # (Unix Shell style single line comment) PHP multi line comment is done by enclosing all lines within /* */.
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Yes0
No0