Questions tagged as 'php-doc'

3
answers

PHPDoc - What is it, what is its usefulness and how to use it?

On these days, I've been doing a lot of files on frameworks, projects, etc., and I'm seeing several things I've never seen, one of them is PHPDoc (I got the name thanks to my IDE) about! Example : class Foo { /** * Constructor...
asked by 07.03.2016 / 10:08
1
answer

How to document parameters received by function "func_get_args"?

How can I be documenting parameters that are received through the func_get_args function? The reason is to be able to pass several parameters to the function for the same purpose! /** * Gets a smart text filtered and formatted of ac...
asked by 25.07.2016 / 21:11