ReflectionClass::getAttributes

(PHP 8)

ReflectionClass::getAttributesGets Attributes

说明

public ReflectionClass::getAttributes(string $name = null, int $flags = 0): array

Returns all attributes declared on this class as an array of ReflectionAttribute.

警告

本函数还未编写文档,仅有参数列表。

参数

name

flags

返回值

Array of attributes, as a ReflectionAttribute object.

add a note add a note

User Contributed Notes

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