ReflectionAttribute 类

(PHP 8)

简介

ReflectionAttribute 类提供有关 属性 的信息。

类摘要

final ReflectionAttribute {
/* 方法 */
private __construct ( )
public getArguments ( ) : array
public getName ( ) : string
public getTarget ( ) : int
public isRepeated ( ) : bool
public newInstance ( ) : object
}

Table of Contents

User Contributed Notes

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