PHP Doku:: Gets doc comment - reflectionfunctionabstract.getdoccomment.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionFunctionAbstract classReflectionFunctionAbstract::getDocComment

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionFunctionAbstract class

<<ReflectionFunctionAbstract::__clone

ReflectionFunctionAbstract::getEndLine>>

ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0)

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


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
bruno at vault7 dot com
13.11.2009 8:09
In order to retrieve a comment with this method, the comment must be imediately before the class, function or method, start with /** and end with */



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)