PHP Manual
Function Reference
Variable and Type Related Extensions
Reflection
ReflectionClassConstant
ReflectionClassConstant::__construct
ReflectionClassConstant::export
ReflectionClassConstant::getAttributes
ReflectionClassConstant::getDeclaringClass
ReflectionClassConstant::getDocComment
ReflectionClassConstant::getModifiers
ReflectionClassConstant::getName
ReflectionClassConstant::getValue
ReflectionClassConstant::isEnumCase
ReflectionClassConstant::isFinal
ReflectionClassConstant::isPrivate
ReflectionClassConstant::isProtected
ReflectionClassConstant::isPublic
ReflectionClassConstant::__toString
ReflectionClassConstant::getModifiers
ReflectionClassConstant::getValue
ReflectionClassConstant
PHP Manual
ReflectionClassConstant::getName
Get name of the constant
Description
public
string
ReflectionClassConstant::getName
()
Parameters
This function has no 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.