(PHP 5)
ReflectionClass::implementsInterface — Implements interface
$interface
Checks whether it implements an interface.
interface
The interface name.
成功时返回 TRUE, 或者在失败时返回 FALSE.
TRUE
FALSE