Posted by Csaba Gabor on 11/14/07 14:27
On Nov 14, 10:56 am, "Alex" <d_key...@hotmail.com> wrote:
....
> I'm trying to use a (remote) COM object from a PHP script (4.4, server has
> apache2 win32).
>
> The basics seem to work : I instantiate the COM object ($o = new COM"..."),
....
> But now, I'm doing a var_dump on my object and I get this :
> object(COM)(1) {
> [0]=> resource(127) of type (COM)
> }
>
> Arg. I don't understand this and the PHP manual doesnt help either. I would
> have expected to get a list of methods/properties. At least the two I use to
> authenticate.
Check out:
http://php.net/com_print_typeinfo
Csaba Gabor from Vienna
[Back to original message]
|