ReflectionClass
PHP Manual

ReflectionClass::implementsInterface

(PHP 5)

ReflectionClass::implementsInterfaceImplements interface

Opis

public bool ReflectionClass::implementsInterface ( string $interface )

Checks whether it implements an interface.

Parametry

interface

The interface name.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:


ReflectionClass
PHP Manual