PHP 8.1.28 Released!

ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameアトリビュートの名前を取得する

説明

public ReflectionAttribute::getName(): string

アトリビュートの名前を取得します。

パラメータ

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

戻り値

アトリビュートの名前を返します。

add a note

User Contributed Notes

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