| PHP » GoLang | login |
            register |
            
            about | 
| GoLang ReflectionExtension::getName
                                request it (682)
                            GoLang replacement for PHP's ReflectionExtension::getName
                            [edit | history] 
                             PHP ReflectionExtension::getNamePHP original manual for ReflectionExtension::getName [ show | php.net ]ReflectionExtension::getName(PHP 5, PHP 7) ReflectionExtension::getName — Gets extension name Description
   public string ReflectionExtension::getName
    ( void
   ) Gets the extensions name. ParametersThis function has no parameters. Return ValuesThe extensions name. Examples
 Example #1 ReflectionExtension::getName() example 
<?phpThe above example will output something similar to: string(6) "mysqli" | 
                    more
                     Most requested
 
                    more
                     Last requests
 |