GoLang ReflectionClass::getModifiers

request it (278)
GoLang replacement for PHP's ReflectionClass::getModifiers [edit | history]



Do you know a GoLang replacement for PHP's ReflectionClass::getModifiers? Write it!

PHP ReflectionClass::getModifiers

PHP original manual for ReflectionClass::getModifiers [ show | php.net ]

ReflectionClass::getModifiers

(PHP 5, PHP 7)

ReflectionClass::getModifiersGets the class 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