| 
 | ReflectionConstant::getNameGets name Description
   public string ReflectionConstant::getName() Gets the name of the constant. ParametersThis function has no parameters. Return ValuesThe constants name, which is composed of its namespace and name. ExamplesExample #1 ReflectionConstant::getName example The above example will output: Foo\BAR See Also
 |