ReflectionFunctionAbstract::getDocComment

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

ReflectionFunctionAbstract::getDocCommentGets doc comment

Beschreibung

public ReflectionFunctionAbstract::getDocComment(): string|false

Get a Doc comment from a function.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The doc comment if it exists, otherwise false

Siehe auch