ReflectionProperty::getAttributes

(PHP 8)

ReflectionProperty::getAttributesGets Attributes

说明

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

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

Warning

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

参数

name

flags

返回值

Array of attributes, as a ReflectionAttribute object.

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有