ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getDocCommentGets doc comment

Descrizione

public ReflectionFunctionAbstract::getDocComment(): string|false

Get a Doc comment from a function.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The doc comment if it exists, otherwise false

Vedere anche: