Gets extension name
Gets the extensions name.
This function has no parameters.
The extensions name.
Example #1 ReflectionExtension::getName example
<?php $ext = new ReflectionExtension('mysqli'); var_dump($ext->getName()); ?>
The above example will output something similar to:
string(6) "mysqli"