(PHP 8)
The ReflectionAttribute class provides information about an Attribute.
ReflectionAttribute::IS_INSTANCEOF
Retrieve attributes using an
instanceof
check.
Hinweis:
The values of these constants may change between PHP versions. It is recommended to always use the constants and not rely on the values directly.
Version | Beschreibung |
---|---|
8.4.0 | Added ReflectionAttribute::$name. |