PHP マニュアル
関数リファレンス
変数・データ型関連
リフレクション
ReflectionClassConstant
ReflectionClassConstant::__construct
ReflectionClassConstant::export
ReflectionClassConstant::getAttributes
ReflectionClassConstant::getDeclaringClass
ReflectionClassConstant::getDocComment
ReflectionClassConstant::getModifiers
ReflectionClassConstant::getName
ReflectionClassConstant::getType
ReflectionClassConstant::getValue
ReflectionClassConstant::hasType
ReflectionClassConstant::isDeprecated
ReflectionClassConstant::isEnumCase
ReflectionClassConstant::isFinal
ReflectionClassConstant::isPrivate
ReflectionClassConstant::isProtected
ReflectionClassConstant::isPublic
ReflectionClassConstant::__toString
ReflectionClassConstant::getModifiers
ReflectionClassConstant::getType
ReflectionClassConstant
PHP マニュアル
ReflectionClassConstant::getName
定数名を取得する
説明
public
string
ReflectionClassConstant::getName
()
パラメータ
この関数にはパラメータはありません。
戻り値
定数の名前を返します。
変更履歴
バージョン
説明
8.1.0
name
プロパティが初期化されていない場合は、
Error
をスローするようになりました。 これより前のバージョンでは、失敗時に
false
を返していました。