ReflectionClass::getInterfaceNames

( excerpt from http://php.net/manual/en/reflectionclass.getinterfacenames.php )

public function getInterfaceNames(): varray<string>;

Get the interface names.

Returns

  • mixed - A numerical array with interface names as the values.