trait_exists

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

trait_existsトレイトが存在するかどうかを調べる

説明

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

パラメータ

trait

調べたいトレイトの名前。

autoload

まだロードされていない場合にオートロードするかどうか。

戻り値

トレイトが存在する場合に true、存在しない場合に false を返します。

関連キーワード:  存在, trait, exists, autoload, ロード, property, Ctype, クラス, オブジェクト, 関数