trait_exists

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

trait_exists檢查指定的 trait 是否存在

說明

trait_exists(string $trait, bool $autoload = true): bool

參數(shù)

trait

待檢查的 trait 的名稱

autoload

如果尚未加載,是否使用自動加載(autoload)。

返回值

如果 trait 存在返回 true,否則返回 false。