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::getType
ReflectionClassConstant::hasType
ReflectionClassConstant
PHP マニュアル
ReflectionClassConstant::getValue
値を取得する
説明
public
mixed
ReflectionClassConstant::getValue
()
クラス定数の値を取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
クラス定数の値を返します。