php man page for com_print_typeinfo

Query: com_print_typeinfo

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

COM_PRINT_TYPEINFO(3)							 1						     COM_PRINT_TYPEINFO(3)

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

SYNOPSIS
bool com_print_typeinfo (object $comobject, [string $dispinterface], [bool $wantsink = false])
DESCRIPTION
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 dis- play.
PARAMETERS
o $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(3)). o $dispinterface - The name of an IDispatch descendant interface that you want to display. o $wantsink - If set to TRUE, the corresponding sink interface will be displayed instead.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
com_event_sink(3), com_load_typelib(3). PHP Documentation Group COM_PRINT_TYPEINFO(3)
Related Man Pages
com_event_sink(3) - php
com_load_typelib(3) - php
empty(3) - php
is_a(3) - php
pg_lo_unlink(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch