class_parents
facade/ignition
Supported Versions: PHP 5, PHP 7, PHP 8
Return the parent classes of the given class
<?php class_parents
(
object
|
string $object_or_class
,
bool $autoload
=
true
): array|
false