ReflectionAttribute::newInstance

(PHP 8)

ReflectionAttribute::newInstanceアトリビュートクラスをインスタンス化する

説明

public ReflectionAttribute::newInstance(): object

この ReflectionAttribute クラスと引数を表現する、 アトリビュートクラスをインスタンス化します。

パラメータ

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

戻り値

アトリビュートの新しいインスタンスを返します。

add a note add a note

User Contributed Notes

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