PHP | ReflectionExtension getVersion()函数
ReflectionExtension::getVersion()函数是PHP中的一个内置函数,用于返回指定扩展的版本。
句法:
string ReflectionExtension::getVersion( void )
参数:此函数不接受任何参数。
返回值:该函数返回指定扩展的版本。
下面的程序说明了PHP中的 ReflectionExtension::getVersion()函数:
方案一:
getVersion();
// Getting the version of the
// specified extension
var_dump($B);
?>
输出:
string(8) "20031129"
方案二:
getVersion());
?>
输出:
string(23) "7.0.33-0ubuntu0.16.04.7"
参考: https://www. PHP.net/manual/en/reflectionextension.getversion。 PHP