ReflectionAttribute 类

(PHP 8)

简介

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

类概要

class ReflectionAttribute implements Reflector {
/* 常量 */
public const int IS_INSTANCEOF;
/* 方法 */
private __construct()
public getName(): string
public getTarget(): int
public isRepeated(): bool
}

预定义常量

ReflectionAttribute 标志

ReflectionAttribute::IS_INSTANCEOF

使用 instanceof 检查检索属性。

注意:

这些常量的值可能在 PHP 版本之间发生变化。建议始终使用这些常量,而不是直接依赖于值。

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top