ReflectionClass::getReflectionConstant
(PHP 7 >= 7.1.0, PHP 8)
ReflectionClass::getReflectionConstant — Gets a ReflectionClassConstant for a class's constant
Beschreibung
Gets a ReflectionClassConstant for a class's property.
Parameter-Liste
-
name
-
The class constant name.
Rückgabewerte
A ReflectionClassConstant, Bei einem Fehler wird false
zurückgegeben..