(PHP 5, PHP 7, PHP 8)
ReflectionClass::implementsInterface — Implements interface
Checks whether it implements an interface.
interfaceThe interface name.
   Returns true on success or false on failure.
  
   ReflectionClass::implementsInterface() throws an
   ReflectionException if interface
   is not an interface.