downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<com_invokecom_load_typelib>
Last updated: Thu, 26 Jun 2008

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. See COM class for more details on these methods.

Parameters

com_module

The COM object.

Return Values

Returns TRUE if the object can be enumatated, FALSE otherwise.

Notes

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



add a noteadd a note User Contributed Notes
Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
There are no user contributed notes for this page.




<com_invokecom_load_typelib>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs