CakeFest 2024: The Official CakePHP Conference

ReflectionProperty::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getModifiersGets the property modifiers

Descrizione

public 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:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top