PHP » GoLang |
login |
register |
about
|
GoLang ReflectionExtension::getVersion
request it (257)
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
<?php The above example will output something similar to: string(3) "0.1" |
more
Recently updated
more
Most requested
more
Last requests
|