ReflectionProperty::getModifiers
PHP Manual
PHP Manual»ReflectionProperty»ReflectionProperty::getModifiers

ReflectionProperty::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getModifiersGets the property modifiers

Descrizione

public function ReflectionProperty::getModifiers(): int

Gets the modifiers.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

A numeric representation of the modifiers. The actual meaning of these modifiers are described under predefined constants.

Vedere anche:

To Top