Jump to content

xmlrpc - echo the response


adamriley

Recommended Posts

The array. Output of the variable $v

xmlrpcval Object
(
    [me] => Array
        (
            [struct] => Array
                (
                    [sec] => xmlrpcval Object
                        (
                            [me] => Array
                                (
                                    [string] => 349955dd5d3156af95cb4e75a13cffaa
                                )

                            [mytype] => 1
                        )
          )
)

 

examples of what I have tried

 

echo $v->string;

 

 

How could I get the value of [string]. I know that its an object but cannot find how to get the value.

Link to comment
https://forums.phpfreaks.com/topic/237918-xmlrpc-echo-the-response/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.