get_declared_traits

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

get_declared_traitsReturns an array of all declared traits

Description

get_declared_traits(): array

Parameters

This function has no parameters.

Return Values

Returns an array with names of all declared traits in values.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top