ReflectionClass::getModifiers
(PHP 5, PHP 7, PHP 8)
ReflectionClass::getModifiers — Gets the class modifiers
Beschreibung
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
- ReflectionClass::getProperties() - Gets properties
- Reflection::getModifierNames() - Gets modifier names