ReflectionClass::getModifiers
PHP Manual
PHP Manual»ReflectionClass»ReflectionClass::getModifiers

ReflectionClass::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getModifiersGets the class modifiers

Descrizione

public function ReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns bitmask of modifier constants.

Vedere anche:

To Top