PHP » GoLang | 
        
            
            login |
            register |
            
            about
            
             | 
    
                GoLang ReflectionClass::getExtension
                                request it (563)
                             
                            
                            GoLang replacement for PHP's ReflectionClass::getExtension
                            [edit | history]
                        
                    
                             PHP ReflectionClass::getExtensionPHP original manual for ReflectionClass::getExtension [ show | php.net ]ReflectionClass::getExtension(PHP 5, PHP 7) ReflectionClass::getExtension — Gets a ReflectionExtension object for the extension which defined the class DescriptionGets a ReflectionExtension object for the extension which defined the class. ParametersThis function has no parameters. Return Values
   A ReflectionExtension object representing the extension which defined the class,
   or  Examples
 Example #1 Basic usage of ReflectionClass::getExtension() 
<?phpThe above example will output: 
object(ReflectionExtension)#2 (1) {
  ["name"]=>
  string(10) "Reflection"
}
See Also
 
  | 
            
            
                
                 
                    more
                     
                Most requested
 
                    more
                     
            Last requests
  |