PHP 8.4.0 RC4 available for testing

ReflectionClass::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getModifiersGets the class modifiers

Beschreibung

public ReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns bitmask of modifier constants.

Siehe auch

add a note

User Contributed Notes

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