An object that describes a directive, its values and all available metadata.
| 
                     Parameter  | 
                
                     Type  | 
                
                     Count  | 
                
                     Description  | 
            
| 
                     name  | 
                
                     String  | 
                
                     1  | 
                
                     The extension's identifier  | 
            
| 
                     version  | 
                
                     String  | 
                
                     1  | 
                
                     The extension’s registered version  | 
            
| 
                     type  | 
                
                     Enum  | 
                
                     1  | 
                
                     One of “php”, “zend”. Php denotes a 3rd party php extension, Zend denotes a ZendServer only extension  | 
            
| 
                     loaded  | 
                
                     Boolean  | 
                
                     1  | 
                
                     “Yes” if the extension is loaded in memory  | 
            
| 
                     installed  | 
                
                     Boolean  | 
                
                     1  | 
                
                     “Yes” if the extension’s shared object is present on the server  | 
            
| 
                     builtin  | 
                
                     Boolean  | 
                
                     1  | 
                
                     “Yes” if the extension is determined to be a built-in extension  | 
            
| 
                     shortDescription  | 
                
                     String  | 
                
                     1  | 
                
                     A short text description of the extension  | 
            
| 
                     description  | 
                
                     String  | 
                
                     1  | 
                
                     A full text description of the extension  | 
            
Version: 1.3