com_isenum
(PHP 4 >= 4.1.0)
com_isenum — Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
Descrição
Checks to see if a COM object can be enumerated using the Next() method hack. See COM class for more details on these methods.
Parâmetros
- com_module
-
The COM object.
Valor Retornado
Returns TRUE if the object can be enumerated, FALSE otherwise.