What are The Valid & Readable approaches to Commenting in PHP5?
In the past 2 months that I have been learning PHP, I have identified more than two styles people use to comment code! I haven't seen much consistency... which I think usually means artists at work . So I wondered: what are the valid ways to comment which are still readable/practical? Seeing all the valid possibilities in 1 place side by side will provide the overview that I am looking for to improve commenting /* | This is what I now use (5chars/3lines) I name it star*wars \* Quoting the Manual on Comments: PHP supports 'C', 'C++' and Unix shell-style (Perl style) comments. For example: <?php