©
This document uses PHP Chinese website manual Release
(PHP 5)
ReflectionClass::implementsInterface — 接口的实现
$interface
)检查它是否实现了一个接口(interface)。
interface
接口(interface)的名称。
成功时返回 TRUE
, 或者在失败时返回 FALSE
。