php8.5
Home/ Manual/ reflection / reflectionproperty/ ReflectionProperty::getModifiers

ReflectionProperty::getModifiers

PHP function Edit on GitHub ✎

(PHP 5, PHP 7, PHP 8)

Gets the property modifiers

Description

ReflectionProperty::getModifiers(): int

Gets the modifiers.

Parameters Parameters

Return Values

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

See Also

  • ReflectionProperty::isPrivate
  • Reflection::getModifierNames

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