(PHP 5 >= 5.1.0)
ReflectionFunctionAbstract::getDocComment — Gets doc comment
Get a Doc comment from a function.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Diese Funktion hat keine Parameter.
The doc comment if it exists, otherwise FALSE
In order to retrieve a comment with this method, the comment must be imediately before the class, function or method, start with /** and end with */