|
ReflectionConstant::getShortNameGets short name Description
public string ReflectionConstant::getShortName()
Gets the short name of the constant, the part without the namespace. ParametersThis function has no parameters. Return ValuesThe short name of the constant. ExamplesExample #1 ReflectionConstant::getShortName example
The above example will output: BAR See Also
|