get_declared_traits
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
get_declared_traits — Returns an array of all declared traits
Beschreibung
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns an array with names of all declared traits in values.
Returns null
in case of a failure.
Siehe auch
- class_uses() - Return the traits used by the given class
- trait_exists() - Checks if the trait exists