PHP Dokumentation: Function com-print-typeinfo
12. Januar 2010 von werner
com_print_typeinfo
(PHP 4 >= 4.2.0, PHP 5)
com_print_typeinfo — Print out a PHP class definition for a dispatchable interface
Beschreibung
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.
Parameter-Liste
- comobject
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
The name of an IDispatch descendant interface that you want to display.
- wantsink
If set to TRUE, the corresponding sink interface will be displayed instead.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Siehe auch
- com_event_sink() – Connect events from a COM object to a PHP object
- com_load_typelib() – Lädt eine Typelib