I have never, ever, seen a PHP file using hashes (#) for commenting. But today I realized that I actually can! I\'m assuming there\'s a reason why everybody uses
#
Comments with "#" are deprecated with PHP 5.3. So always use // or /.../