ReflectionExtension::getName
(PHP 5, PHP 7, PHP 8)
ReflectionExtension::getName — 拡張モジュール名を取得する
パラメータ
この関数にはパラメータはありません。
戻り値
拡張モジュールの名前を返します。
例
例1 ReflectionExtension::getName() の例
<?php
$ext = new ReflectionExtension('mysqli');
var_dump($ext->getName());
?>
上の例の出力は、 たとえば以下のようになります。
string(6) "mysqli"
+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