The Server Pages
:: TSP Menu
- Home
- Authors
- Glossary
- RSS Feed

:: Servers
- CPanel
- Hosting
- Linux
- Windows

:: Webmaster
- Databases
- Design
- PHP
- Search Engines

:: Scripts
- Scripts

:: Documentation
- PHP Manual

:: Other
- Errors & Solutions
- TechPunt
- Wojjie

search for in the

com_load_typelib> <com_invoke
[edit] Last updated: Sat, 12 May 2012

view this page in

com_isenum

(PHP 4 >= 4.1.0)

com_isenumIndicates 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 enumerated, 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 For Each for more details.



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

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