ReflectionClass
PHP Manual

ReflectionClass::implementsInterface

(PHP 5)

ReflectionClass::implementsInterfaceImplements interface

説明

public bool ReflectionClass::implementsInterface ( string $interface )

Checks whether it implements an interface.

パラメータ

interface

The interface name.

返り値

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

参考


ReflectionClass
PHP Manual