Can I use a hash sign (#) for commenting in PHP?
2021 UPDATE: As of PHP 8, the two characters are not the same. The sequence #[ is used for Attributes.(Thanks to i336 for the comment) Original Answer: The answer to the question Is there any difference between using “#” and “//” for single-line comments in PHP? is no. There is no difference. By looking at … Read more