(PHP 5 >= 5.4.0, PHP 7, PHP 8)
trait_exists — 检查指定的 trait 是否存在
$trait
$autoload
true
trait
待检查的 trait 的名称
autoload
如果尚未加载,是否使用自动加载(autoload)。
如果 trait 存在返回 true,否则返回 false。
false