ReflectionExtension::getClassNames
(PHP 5, PHP 7, PHP 8)
ReflectionExtension::getClassNames — クラス名を取得する
パラメータ
この関数にはパラメータはありません。
戻り値
拡張モジュールで定義されているクラス名の配列を返します。 クラスが定義されていない場合は空の配列を返します。
例
例1 ReflectionExtension::getClassNames() の例
<?php
$ext = new ReflectionExtension('XMLWriter');
var_dump($ext->getClassNames());
?>
上の例の出力は、 たとえば以下のようになります。
array(1) { [0]=> string(9) "XMLWriter" }
+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