|
Posted by Alex on 11/14/07 13:51
"Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
news:a9qdnbh_IexubqfanZ2dnUVZ_gidnZ2d@comcast.com...
> This is correct; this is an external resource in PHP.
>
> AFAIK, the only way you can get a list of properties and methods of a COM
> object is if the COM object itself supports such a request.
OK, I get it ! Is there a standard/usual way to get the list of
methods/properties that are published ? I don't have much documentation
about the object I want to target (and examples are in VB - not very useful
to me as a beginner).
> And the resource object in PHP isn't an array, which is why you get null
> when you try to dump $obj[0].
Then, what's the meaning of this [0] for resources ?
In the meantime I'm looking up the PHP doc for this resource type. I didn't
know it.
Thanks for your answer, it's very useful.
--
Alex
[JDR] Visitez Extremia, un monde gratuit et en francais pour D&D et
autres jeux de role.
www.extremia.org
[Back to original message]
|