Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Hotel sul lago di Garda - wellness e turismo sul Garda
hotel sul lago di garda è il blog dedicato a tutti gli hotel presenti lungo le coste del lago di Garda, un blog ideato per le tue vacanze sul lago di Garda presso semplici hotel ed hotel benessere. Il blog presenta anche gli eventi del lago.
Cartomantelina.com - Benvenuti nel sito di Lina cartomante
cartomate sensitiva astrologia tarocchi consulti online 24 h24 ti risponde lina operatrice esoterica maestra dell. occulto, per tutti i problemi della vita chiamami, 899.550544 costo chiamata €12 massimo con tutte le carte di credito 051.6808371 semplice

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



com_print_typeinfo

(PHP 4 >= 4.2.3, PHP 5)

com_print_typeinfo --  Print out a PHP class definition for a dispatchable interface

Description

bool com_print_typeinfo ( object comobject, string dispinterface, bool wantsink)

The purpose of this function is to help generate a skeleton class for use as an event sink. You may also use it to generate a dump of any COM object, provided that it supports enough of the introspection interfaces, and that you know the name of the interface you want to display.

comobject should be either an instance of a COM object, or be the name of a typelibrary (which will be resolved according to the rules set out in com_load_typelib()). dispinterface is the name of an IDispatch descendant interface that you want to display. If wantsink is TRUE, the corresponding sink interface will be displayed instead.

See also com_event_sink(), com_load_typelib().