update : 2015.11.03
php.shukuma.com검색:
|
com_print_typeinfo(PHP 4 >= 4.2.0, PHP 5, PHP 7) com_print_typeinfo — Print out a PHP class definition for a dispatchable interface 설명
bool com_print_typeinfo
( object
$comobject
[, string $dispinterface
[, bool $wantsink = 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. 인수
반환값
성공 시 참고
|