ReflectionClass
PHP Manual

ReflectionClass::implementsInterface

(PHP 5)

ReflectionClass::implementsInterfaceインターフェイスの実装を調べる

説明

public bool ReflectionClass::implementsInterface ( string $interface )

インターフェイスを実装しているかどうかを調べます。

パラメータ

interface

インターフェイスの名前。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考


ReflectionClass
PHP Manual