Which class accepts a class name or an object reference and returns an array of interface name?
Which class accepts a class name or an object reference and returns an array of interface name? Correct Answer class_implements()
is_subclass_of() will tell you only about class inheritance relationships. It will not tell you that a class implements an interface.