PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::getConstants
request it (280)
GoLang replacement for PHP's ReflectionClass::getConstants
[edit | history]
PHP ReflectionClass::getConstantsPHP original manual for ReflectionClass::getConstants [ show | php.net ]ReflectionClass::getConstants(PHP 5, PHP 7) ReflectionClass::getConstants — Gets constants Description
public array ReflectionClass::getConstants
( void
)
Gets all defined constants from a class, regardless of their visibility. ParametersThis function has no parameters. Return ValuesAn array of constants, where the keys hold the name and the values the value of the constants. |
more
Recently updated
more
Most requested
more
Last requests
|