(PHP 5)
ReflectionExtension::getVersion — دریافت نسخه ضمیمه
دریافت نسخه ضمیمه.
This function has no parameters.
نسخه ضمیمه.
Example #1 مثال ReflectionExtension::getVersion()
<?php
$ext = new ReflectionExtension('mysqli');
var_dump($ext->getVersion());
?>
The above example will output something similar to:
string(3) "0.1"