class_implements in PHP

Syntax of class_implements in PHP array class_implements(mixed class[, bool autoload_class]) If class is an object, returns an array containing the names of the interfaces implemented by class’s object class. If class is a string, returns an array containing the names of the interfaces implemented by the class named class. Returns false if class is neither … Read more