ReflectionClass::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getModifiersGets the class modifiers

Descrição

publicReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns bitmask of modifier constants.

Veja Também

To Top