05-09-2009, 07:58 PM
|
#10 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
Quote:
One quick last question, what does it mean when people add the "@" in the commments?
Like this:
@name PHP 5
@param blah blah..
What is the deal with using the "@" symbol? And I take it "param" means parameters?
|
Thats a PHPDoc block.
http://www.phpdoc.org/
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|