PHP·98 questionsWhat are comments in PHP?SaveUpdated: 2026-08-31Answer•Single-line comments: // comment.•Single-line comments: # comment.•Multi-line comments: /* ... */.•PHPDoc: /** @param type $name */.•Comment why, not what.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement