|
ReflectionConstant::getValueGets value Description
public mixed ReflectionConstant::getValue()
Gets the value of the constant. ParametersThis function has no parameters. Return ValuesThe value of the constant. ExamplesExample #1 ReflectionProperty::getValue example
The above example will output: string(3) "foo" |