trait_exists
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
trait_exists — トレイトが存在するかどうかを調べる
説明
bool trait_exists
( string
$traitname
[, bool $autoload
] )
パラメータ
-
traitname -
調べたいトレイトの名前。
-
autoload -
まだロードされていない場合にオートロードするかどうか。
返り値
トレイトが存在する場合に TRUE、存在しない場合に FALSE、エラーが発生した場合に NULL を返します。
There are no user contributed notes for this page.
