In my particular version of PHP, the second and third arguments are not, in fact, optional.
Passing in '' for both, however, yielded a bucketful of information.
YMMV
com_print_typeinfo(PHP 4 >= 4.2.3, PHP 5) com_print_typeinfo -- Print out a PHP class definition for a dispatchable interfaceDescriptionbool 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.
See also com_event_sink(), com_load_typelib().
Richard Lynch
03-Oct-2006 11:51
In my particular version of PHP, the second and third arguments are not, in fact, optional.
csaba at alum dot mit dot edu
14-Feb-2005 08:49
com_print_typeinfo is really useful if you're trying to figure out what properties and methods you have access to. For example, I might do: | ||