← All docs
class_get_attributes()
Returns an array of ReflectionAttribute objects for all attributes of a class.
class_get_attributes()
function class_get_attributes(string $class_name): array
Returns an array of ReflectionAttribute objects for all attributes of a class.
Parameters:
$class_name(string)
Returns: array
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/symbols/class_get_attributes.rs).- Strict PHP mode: hidden — this builtin is an elephc extension with no PHP equivalent, so programs compiled with
--strict-phptreat the name as nonexistent, in compiled code and inside eval’d code.
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how class_get_attributes is implemented in the compiler, see the internals page.