search for in the  
<com_invokecom_load_typelib>
Last updated: Thu, 19 May 2005

com_isenum

(PHP 4 >= 4.1.0)

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.

Note: This function does not exist in PHP 5; use the more natural the Section called foreach in Chapter 16 statement to iterate over the contents of COM objects. See the Section called For Each in Reference XII, COM and .Net (Windows) for more details.



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

<com_invokecom_load_typelib>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT