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