diff options
author | Wez Furlong <wez@php.net> | 2002-05-21 22:41:45 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-05-21 22:41:45 +0000 |
commit | fbf920d9a36b15ae555e613cba0507c20a5a1f23 (patch) | |
tree | 8813856a09f32cc995b4c31f2322a0646c16a2a7 /sapi/activescript/scriptengine.cpp | |
parent | 634746ece9d10912fdb3fc3f04871059b9557c7e (diff) | |
download | php-git-fbf920d9a36b15ae555e613cba0507c20a5a1f23.tar.gz |
Enhance com_print_typeinfo.
The main expected use is like this, for figuring out what methods
are allowed for a COM object:
$ie = new COM("InternetExplorer.Application");
// Prints class definition for IE object
com_print_typeinfo($ie, "InternetExplorer.Application", false);
// Prints class definition for default IE event handler
com_print_typeinfo($ie, "InternetExplorer.Application", true);
Diffstat (limited to 'sapi/activescript/scriptengine.cpp')
0 files changed, 0 insertions, 0 deletions