PHP 8.1.28 Released!

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsアトリビュートに渡された引数を取得する

説明

public ReflectionAttribute::getArguments(): array

アトリビュートに渡された引数を取得します。

パラメータ

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

戻り値

アトリビュートに渡された引数を返します。

add a note

User Contributed Notes

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