Questions tagged as 'php-document'

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
1
answer

Fatal error Class 'tidy' not found with Wamp + PHP 5.5.12

In a project I'm working on at my current job, I came across some issues that really are giving me headaches: Follow line of code from file TransformDoc.inc.php public function validatorXHTML() { ob_start(); ?>...
asked by 28.10.2016 / 17:17