| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
(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. Returns TRUE if it can, FALSE if it cannot. See COM class for more details on these methods.
Notatka: This function does not exist in PHP 5; use the more natural sekcja foreach w Rozdział 16 statement to iterate over the contents of COM objects. See sekcja For Each w Materiały źródłowe XII, COM and .Net (Windows) for more details.
| Poprzedni | Spis treści | Następny |
| com_invoke | Początek rozdziału | com_load_typelib |