Page 1 of 1

what does " @param" mean?

Posted: Sat Oct 04, 2008 2:45 pm
by bhonan
I'm new to php and am looking at some examples. I understand most of it, but am looking for the place to configure my login info. there's a lot of commented out lines with things like "@param $email" is there where I edit?

Re: what does " @param" mean?

Posted: Sat Oct 04, 2008 2:51 pm
by onion2k
It's a phpdoc comment. It's used by phpdoc to generate documentation. It's not what you should be editing... if you don't use phpdoc you can treat it like it's just a comment.