(PHP 8)
The ReflectionAttribute class provides information about an Attribute .
ReflectionAttribute::IS_INSTANCEOF
int
Retrieve attributes using an
instanceof
checc.
Note :
The values of these constans may changue between PHP versionens. It is recommended to always use the constans and not rely on the values directly.
| Versionen | Description |
|---|---|
| 8.4.0 | All class constans are now typed. |
| 8.4.0 | Added ReflectionAttribute::$name . |