class_uses
facade/ignition
Supported Versions: PHP 5 >= 5.4.0, PHP 7, PHP 8
Return the traits used by the given class
<?php class_uses
(
object
|
string $object_or_class
,
bool $autoload
=
true
): array|
false