Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
com_isenum - Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
Вернуться к: COM Функции
com_isenum
(PHP 4 >= 4.1.0)
com_isenum — Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
Описание
Checks to see if a COM object can be enumerated using the Next() method hack. See COM class for more details on these methods.
Список параметров
- com_module
-
The COM object.
Возвращаемые значения
Returns TRUE if the object can be enumerated, FALSE otherwise.
Примечания
Замечание:
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.
Вернуться к: COM Функции