ReflectionClassConstant::getDocComment

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getDocCommentRécupère le commentaire de documentation

Description

public ReflectionClassConstant::getDocComment(): string|false

Récupère le commentaire de documentation d'une constante de classe.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Le commentaire de documentation s'il existe, sinon false

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top