GoLang ReflectionClass::getConstants

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



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

PHP ReflectionClass::getConstants

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

ReflectionClass::getConstants

(PHP 5, PHP 7)

ReflectionClass::getConstantsGets constants

Description

public array ReflectionClass::getConstants ( void )

Gets all defined constants from a class, regardless of their visibility.

Parameters

This function has no parameters.

Return Values

An array of constants, where the keys hold the name and the values the value of the constants.

See Also