class_parents()
class_parents - Return the parent classes of the given classSyntax
array class_parents (mixed $class, bool $autoload)Arguments
- class - An object (class instance) or a string (class name).
- autoload - Whether to allow this function to load the class automatically through the __autoloadmagic method.
