ReflectionClassConstant::getName
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.1.0, PHP 8)
Get name of the constant
Description
ReflectionClassConstant::getName(): string
Parameters Parameters
Return Values
Returns the constant's name.
Changelog
| Version | Description |
|---|---|
| 8.1.0 | Throws an Error in case the name property has not been initialized. Previously, the method returned false on failure. |