ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getDocCommentRécupère un commentaire

Description

publicReflectionFunctionAbstract::getDocComment(): string|false

Récupère un commentaire depuis une fonction.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Le commentaire, s'il existe, false sinon.

Voir aussi

To Top