La clase ReflectionAttribute ReflectionAttribute
&reftitle.intro; La clase ReflectionAttribute proporciona información sobre un Atributo.
&reftitle.classsynopsis; ReflectionAttribute implements Reflector &Constants; public const int ReflectionAttribute::IS_INSTANCEOF &Properties; public string name &Methods;
&reftitle.properties; name El nombre del atributo.
&reftitle.constants;
Banderas ReflectionAttribute ReflectionAttribute::IS_INSTANCEOF int Devuelve los atributos con una verificación instanceof. Los valores de estas constantes pueden cambiar entre versiones de PHP. Se recomienda utilizar siempre las constantes y no confiar en los valores directamente.
&reftitle.changelog; &Version; &Description; 8.4.0 Todas las constantes de clase ahora están tipadas. 8.4.0 Se añadió ReflectionAttribute::$name.
&reference.reflection.entities.reflectionattribute;