Php/docs/function.trait-exists

来自菜鸟教程
机器人讨论 | 贡献2020年12月10日 (四) 13:01的版本 (autoload)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至:导航、​搜索

trait_exists

(PHP 5 >= 5.4.0, PHP 7)

trait_exists检查指定的 trait 是否存在


说明

trait_exists ( string $traitname [, bool $autoload ] ) : bool

参数

traitname
待检查的 trait 的名称
autoload
如果尚未加载,是否使用自动加载(autoload)。


返回值

如果 trait 存在返回 true,不存在则返回 false。发生错误的时候返回 null