ReflectionClassConstant::getDocComment
PHP Manual
PHP Manual»ReflectionClassConstant»ReflectionClassConstant::getDocComment

ReflectionClassConstant::getDocComment

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getDocCommentGets doc comments

Опис

public function ReflectionClassConstant::getDocComment(): string|false

Gets doc comments from a class constant.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The doc comment if it exists, otherwise false

To Top