com_print_typeinfo
com_print_typeinfo
Print out a PHP class definition for a dispatchable interface
bool **com_print_typeinfo** $variant $dispatch_interface bool $display_sink
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.
variant
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 ).
variant``com_load_typelib
dispatch_interface
The name of an descendant interface that you want to display.
IDispatch
display_sinkIf set to true, the corresponding sink interface will be displayed
instead.
return.success
com_event_sink``com_load_typelib