在线文档教程
PHP
反射 | Reflection

ReflectionClass::implementsInterface

ReflectionClass::implementsInterface

(PHP 5, PHP 7)

ReflectionClass::implementsInterface - 实现接口

描述

public bool ReflectionClass::implementsInterface ( string $interface )

检查它是否实现了一个接口。

参数

interface

接口名称。

返回值

成功时返回TRUE或失败时返回FALSE

另请参阅

  • ReflectionClass::isInterface() - 检查类是否为接口

  • ReflectionClass::isSubclassOf() - 检查是否有子类

  • interface_exists() - 检查接口是否已被定义

  • Object Interfaces

← ReflectionClass::hasProperty

ReflectionClass::inNamespace →