PHP to a COM object
- From: "Alex" <d_keyoke@xxxxxxxxxxx>
- Date: Wed, 14 Nov 2007 10:56:43 +0100
Hello,
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"..."),
then I use two of the objects methods to authenticate. In the meantime a
property called "ProjectConnected", passes from 0 to 1. So I think the
object is correctly instanciated and the connection works.
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.
var_dump ($obj[0]) returns null.
Could someone explain me more about this ?
Thanks,
--
Alex
[JDR] Visitez Extremia, un monde gratuit et en francais pour D&D et
autres jeux de role.
www.extremia.org
.
- Follow-Ups:
- Re: PHP to a COM object
- From: Csaba Gabor
- Re: PHP to a COM object
- From: Jerry Stuckle
- Re: PHP to a COM object
- Prev by Date: Re: Stopping users from voting twice
- Next by Date: Help with displaying MySQL query results
- Previous by thread: Re: Overclocking Guide
- Next by thread: Re: PHP to a COM object
- Index(es):
Relevant Pages
|