|
ReflectionConstant::getNamespaceNameGets namespace name Description
public string ReflectionConstant::getNamespaceName()
Gets the namespace name of the constant. ParametersThis function has no parameters. Return ValuesThe namespace name, or an empty string for the global namespace. ExamplesExample #1 ReflectionConstant::getNamespaceName example
The above example will output: string(3) "Foo" string(0) "" |