|
com_print_typeinfoPrint out a PHP class definition for a dispatchable interface Description
bool com_print_typeinfo(variantstring
$variant , stringnull $dispatch_interface = null , bool $display_sink = false )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. Parameters
Return Values
Returns See Also
|