|
ReflectionConstant::getExtensionNameGets name of the defining extension Description
public stringfalse ReflectionConstant::getExtensionName()
Gets the name of the extension which defined the constant. ParametersThis function has no parameters. Return Values
The name of the extension which defined the constant, or ExamplesExample #1 Basic usage of ReflectionConstant::getExtensionName
The above example will output: string(7) "sqlite3" See Also
|