ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0)

ReflectionFunctionAbstract::getDocCommentGets doc comment

Descrizione

public string ReflectionFunctionAbstract::getDocComment ( void )

Get a Doc comment from a function.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The doc comment if it exists, otherwise FALSE

Vedere anche:


ReflectionFunctionAbstract
PHP Manual