← All docs

class_parents()

Returns the parent classes of the given class.

class_parents()

function class_parents(mixed $object_or_class, bool $autoload = true): mixed

Returns the parent classes of the given class.

Parameters:

  • $object_or_class (mixed)
  • $autoload (bool), default true, optional

Returns: mixed

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how class_parents is implemented in the compiler, see the internals page.