ReflectionFunctionAbstract::getAttributes

(PHP 8)

ReflectionFunctionAbstract::getAttributesGets Attributes

Beschreibung

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

Returns all attributes declared on this function or method as an array of ReflectionAttribute.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

name

flags

Rückgabewerte

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