ReflectionExtension::getVersion
(PHP 5, PHP 7, PHP 8)
ReflectionExtension::getVersion — 拡張モジュールのバージョンを取得する
パラメータ
この関数にはパラメータはありません。
戻り値
拡張モジュールのバージョンを返します。
バージョン情報がない場合は、null
を返します。
例
例1 ReflectionExtension::getVersion() の例
<?php
$ext = new ReflectionExtension('mysqli');
var_dump($ext->getVersion());
?>
上の例の出力は、 たとえば以下のようになります。
string(3) "0.1"
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google