Lately I\'ve been using # instead of // for doing single line comments inside my Code. However, I see must of the people prefer //.
#
//
You can use #, but // is much more common. It is also the agreed upon Code Convention in PEAR.