ReflectionClassConstant::getName

(PHP 7 >= 7.1.0, PHP 8)

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

説明

public ReflectionClassConstant::getName(): string|false

パラメータ

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

返り値

定数の名前を返します。 失敗した場合に false を返します

add a note add a note

User Contributed Notes

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