ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0)

ReflectionFunctionAbstract::getDocCommentGets doc comment

Descrição

public string ReflectionFunctionAbstract::getDocComment ( void )

Get a Doc comment from a function.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The doc comment if it exists, otherwise FALSE

Veja Também


ReflectionFunctionAbstract
PHP Manual