ReflectionClassConstant::getValue

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getValue値を取得する

説明

public ReflectionClassConstant::getValue(): mixed

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

パラメータ

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

戻り値

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top