Dutch PHP Conference 2025 - Call For Papers

ReflectionClass::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getModifiersGets the class modifiers

Опис

public ReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns bitmask of modifier constants.

Прогляньте також

add a note

User Contributed Notes

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