GoLang ReflectionClassConstant::getValue

request it (263)
GoLang replacement for PHP's ReflectionClassConstant::getValue [edit | history]



Do you know a GoLang replacement for PHP's ReflectionClassConstant::getValue? Write it!

PHP ReflectionClassConstant::getValue

PHP original manual for ReflectionClassConstant::getValue [ show | php.net ]

ReflectionClassConstant::getValue

(PHP 7 >= 7.1.0)

ReflectionClassConstant::getValueGets value

Description

public mixed ReflectionClassConstant::getValue ( void )

Gets the class constant's value.

Parameters

This function has no parameters.

Return Values

The value of the class constant.