ReflectionClass::getExtension クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを取得する &reftitle.description; public ReflectionExtensionnullReflectionClass::getExtension クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを取得します。 &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを返します。 ユーザー定義のクラスの場合は &null; を返します。 &reftitle.examples; <methodname>ReflectionClass::getExtension</methodname> の基本的な使用例 getExtension(); var_dump($extension); ?> ]]> &example.outputs; string(10) "Reflection" } ]]> &reftitle.seealso; ReflectionClass::getExtensionName