Query: com_isenum
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COM_ISENUM(3) 1 COM_ISENUM(3) com_isenum - Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]SYNOPSISbool com_isenum (variant $com_module)DESCRIPTIONChecks to see if a COM object can be enumerated using the Next() method hack. See "COM" class for more details on these methods.PARAMETERSo $com_module - The COM object.RETURN VALUESReturns TRUE if the object can be enumerated, FALSE otherwise.NOTESNote 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. PHP Documentation Group COM_ISENUM(3)
Related Man Pages |
---|
get_parent_class(3) - php |
is_subclass_of(3) - php |
method_exists(3) - php |
variant_imp(3) - php |
xml_set_object(3) - php |