PHP » GoLang |
login |
register |
about
|
GoLang ReflectionProperty::getDocComment
request it (234)
GoLang replacement for PHP's ReflectionProperty::getDocComment
[edit | history]
PHP ReflectionProperty::getDocCommentPHP original manual for ReflectionProperty::getDocComment [ show | php.net ]ReflectionProperty::getDocComment(PHP 5 >= 5.1.0, PHP 7) ReflectionProperty::getDocComment — Gets the property doc comment Description
public string ReflectionProperty::getDocComment
( void
)
Gets the doc comment for a property. ParametersThis function has no parameters. Return ValuesThe property doc comment. Examples
Example #1 ReflectionProperty::getDocComment() example
<?php The above example will output something similar to: string(53) "/** * @var int The length of the string */" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|