ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0, PHP 7)

ReflectionFunctionAbstract::getDocCommentGets doc comment

Beschreibung

public string ReflectionFunctionAbstract::getDocComment ( void )

Get a Doc comment from a function.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The doc comment if it exists, otherwise FALSE

Siehe auch


ReflectionFunctionAbstract
PHP Manual