what does " @param" mean?
Moderator: General Moderators
what does " @param" mean?
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?
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.