ReflectionClassConstant::getValue

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getValue値を取得する

説明

publicReflectionClassConstant::getValue(): mixed

クラス定数の値を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

クラス定数の値を返します。

To Top