Join our community in the tech forums for uncut technology discussion.
com_isenum
(PHP 4 >= 4.1.0) com_isenum -- Indicates if a COM object has an IEnumVariant interface for iteration [deprecated] Descriptionbool com_isenum ( variant com_module )
Checks to see if a COM object can be enumerated using the
Next() method hack. Returns TRUE if it can, FALSE if it cannot.
See COM class for more details on these
methods.
Join our community in the tech forums for uncut technology discussion.
|