Php comment syntax

From thelinuxwiki
Revision as of 16:25, 12 April 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

// or # will comment out all text to the right of it

multiline comments use /* */ example:

 /* comment line1
 comment line2
 blah blah blah more comments
 */