PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::getDocComment
request it (294)
GoLang replacement for PHP's ReflectionClass::getDocComment
[edit | history]
PHP ReflectionClass::getDocCommentPHP original manual for ReflectionClass::getDocComment [ show | php.net ]ReflectionClass::getDocComment(PHP 5, PHP 7) ReflectionClass::getDocComment — Gets doc comments Description
public string ReflectionClass::getDocComment
( void
)
Gets doc comments from a class. Warning
This function is currently not documented; only its argument list is available. ParametersThis function has no parameters. Return Values
The doc comment if it exists, otherwise Examples
Example #1 ReflectionClass::getDocComment() example
<?php The above example will output: string(55) "/** * A test class * * @param foo bar * @return baz */" |
more
Recently updated
more
Most requested
more
Last requests
|