PHP 8.4.26 Released!

ReflectionClass::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getModifiers — Gets the class modifiers

Description

public function ReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Parameters

This function has no parameters.

Return Values

Returns bitmask of modifier constants.

See Also

+add a note

User Contributed Notes

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