ReflectionClass::getInterfaces インターフェイスを取得する &reftitle.description; public arrayReflectionClass::getInterfaces インターフェイスを取得します。 &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; インターフェイスの連想配列を返します。インターフェイス名が連想配列のキー、対応する値が ReflectionClass オブジェクトとなります。 &reftitle.examples; <methodname>ReflectionClass::getInterfaces</methodname> の例 getInterfaces()); ?> ]]> &example.outputs.similar; ReflectionClass Object ( [name] => Foo ) [Bar] => ReflectionClass Object ( [name] => Bar ) ) ]]> &reftitle.seealso; ReflectionClass::getInterfaceNames