com_isenum()
com_isenum - Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
Syntax
bool com_isenum (
variant $com_module)
Arguments
- com_module - The COM object.
Description
Checks to see if a COM object can be enumerated using the Next()method hack. See COMclass for more details on these methods.
Version
PHP 4.1.0
Return value
Returns TRUE if the object can be enumerated, FALSE otherwise.