ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArguments获取传递给属性的参数

说明

public ReflectionAttribute::getArguments(): array

获取传递给属性的参数。

参数

此函数没有参数。

返回值

传递给属性的参数。

add a note add a note

User Contributed Notes

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