ReflectionClass
PHP Manual

ReflectionClass::implementsInterface

(PHP 5)

ReflectionClass::implementsInterfaceImplements interface

Descrizione

public bool ReflectionClass::implementsInterface ( string $interface )

Checks whether it implements an interface.

Elenco dei parametri

interface

The interface name.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:


ReflectionClass
PHP Manual