ReflectionClassConstant::getAttributes

(PHP 8)

ReflectionClassConstant::getAttributesGets Attributes

Açıklama

public ReflectionClassConstant::getAttributes(string $name = null, int $flags = 0): array

Returns all attributes declared on this class constant as an array of ReflectionAttribute.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

name

flags

Dönen Değerler

Array of attributes, as a ReflectionAttribute object.

add a note add a note

User Contributed Notes

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