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

search for in the

com_load_typelib> <com_invoke
Last updated: Fri, 13 Nov 2009

view this page in

com_isenum

(PHP 4 >= 4.1.0)

com_isenumCOM オブジェクトが IEnumVariant インターフェースを実装しているかどうかを示す [非推奨]

説明

bool com_isenum ( variant $com_module )

COM オブジェクトから Next() メソッドによって 値を列挙することが可能かどうかを調べます。 このメソッドの詳細については、COM クラスを参照ください。

パラメータ

com_module

COM オブジェクト。

返り値

オブジェクトが列挙可能である場合に TRUE、可能でない場合に FALSE を返します。

注意

注意: この関数は PHP 5 には存在しません。COM オブジェクトから値を順に 取り出すには、より自然な方法である foreach 文を使用します。 詳細は For Each を参照ください。



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

com_load_typelib> <com_invoke
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites