php8.5
Home/ Manual/ reflection / reflectionclass/ ReflectionClass::getModifiers

ReflectionClass::getModifiers

PHP function Edit on GitHub ✎

(PHP 5, PHP 7, PHP 8)

Gets the class modifiers

Description

ReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Parameters Parameters

Return Values

Returns bitmask of modifier constants.

See Also

  • ReflectionClass::getProperties
  • Reflection::getModifierNames

Source: reference/reflection/reflectionclass/getmodifiers.xml · from the official PHP manual (php/doc-en)