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

search for in the

com_load_typelib> <com_invoke
Last updated: Sat, 24 Mar 2007

view this page in

com_isenum

(PHP 4 >= 4.0.7)

com_isenum — Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]

Description

bool com_isenum ( variant $com_module )

Checks to see if a COM object can be enumerated using the Next() method hack. Returns TRUE if it can, FALSE if it cannot. See COM class for more details on these methods.

Poznámka: This function does not exist in PHP 5; use the more natural foreach statement to iterate over the contents of COM objects. See com.foreach for more details.



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: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites