CakeFest 2024: The Official CakePHP Conference

ReflectionClassConstant::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getName定数名を取得する

説明

public ReflectionClassConstant::getName(): string

パラメータ

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

戻り値

定数の名前を返します。

変更履歴

バージョン 説明
8.1.0 name プロパティが初期化されていない場合は、 Error をスローするようになりました。 これより前のバージョンでは、失敗時に false を返していました。
add a note

User Contributed Notes

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