Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

ReflectionClass::getModifiers

(PHP 5, PHP 7)

ReflectionClass::getModifiersGets modifiers

Description

public int ReflectionClass::getModifiers ( void )

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