PHP·98 questions

What are comments in PHP?

Answer
Single-line comments: // comment.
Single-line comments: # comment.
Multi-line comments: /* ... */.
PHPDoc: /** @param type $name */.
Comment why, not what.
Was this answer helpful?

More questions in this topic

Related questions from other topics