View Single Post
Old 09-03-2008, 10:07 AM   #1 (permalink)
Dave
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default Start comments in PHP: /* or /**

My PHP IDE does not seem to recognize /** as the beginning of PHP comments. It does recognize /* as the beginning, however.

When I see other's code, I often see /** used to begin PHP comments.

Question: Is the /* comment */ method pretty much accepted everywhere?

Thanks,
Dave
Dave is offline  
Reply With Quote