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

search for in the

get_object_vars> <get_declared_interfaces
[edit] Last updated: Fri, 25 May 2012

view this page in

get_declared_traits

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

get_declared_traits宣言されているすべてのトレイトの配列を返す

説明

array get_declared_traits ( void )

パラメータ

この関数にはパラメータはありません。

返り値

宣言されているすべてのトレイトの名前を値に持つ配列を返します。 失敗した場合は NULL を返します。

参考

  • class_uses() - 指定したクラスが使っているトレイトを返す



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

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