Explore a COM Object in PHP
Posted
by shaiss
on Stack Overflow
See other posts from Stack Overflow
or by shaiss
Published on 2009-10-26T16:12:55Z
Indexed on
2010/05/14
19:34 UTC
Read the original article
Hit count: 417
What would be the proper way to explode a COM object for debugging? I have a 3rd party function that returns a multilevel object. The documentation is non existant, so I'd like to be able to echo everything out of the object or debug it in Komodo IDE.
Komodo just says Object and nothing else. Maybe convert to array?
I know some of the existing options such as $com->Status
, but there are more variables returned that I'd like to know what they are.
© Stack Overflow or respective owner