downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Classkit> <property_exists
[edit] Last updated: Fri, 25 May 2012

view this page in

trait_exists

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

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

説明

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

パラメータ

traitname

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

autoload

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

返り値

トレイトが存在する場合に TRUE、存在しない場合に FALSE、エラーが発生した場合に NULL を返します。



add a note add a note User Contributed Notes trait_exists
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites