(PHP 7 >= 7.1.0, PHP 8)
ReflectionClassConstant::getName — Get name of the constant
This function has no parameters.
Returns the constant's name.
| Version | Description | 
|---|---|
| 8.1.0 | Throws an Error in case the name property has not been initialized.
       Previously, the method returned falseon failure. |