ReflectionClassConstant::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getNameGet name of the constant

Beschreibung

public ReflectionClassConstant::getName ( ) : string|false

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the constant's name, Im Fehlerfall wird false zurückgegeben..

add a note add a note

User Contributed Notes

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