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 Flags

ReflectionAttribute::IS_INSTANCEOF

使用 instanceof 检索属性。

注意:

这些常量的值可能会在不同 PHP 版本间发生更改。建议始终使用常量而不直接依赖值。

目录

add a note add a note

User Contributed Notes

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