ReflectionExtension::__construct
(PHP 5, PHP 7, PHP 8)
ReflectionExtension::__construct — ReflectionExtension を作成する
パラメータ
name
-
拡張モジュールの名前。
エラー / 例外
リフレクションする拡張機能が存在しない場合、 ReflectionException がスローされます。
例
例1 ReflectionExtension の例
<?php
$ext = new ReflectionExtension('Reflection');
printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
?>
上の例の出力は、 たとえば以下のようになります。
Extension: Reflection (version: $Revision$)
+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