Posted by francescomoi on 04/11/06 19:07
Hi.
Using Pear XML-RPC, I get this response to a method call:
------------------------------------------
xml_rpc_value Object
(
[me] => Array
(
[array] => Array
(
[0] => xml_rpc_value Object
(
[me] => Array
(
[struct] => Array
(
[name] => xml_rpc_value
Object
(
[me] => Array
(
[string] =>
john
)
[mytype] => 1
)
[phone] => xml_rpc_value
Object
(
[me] => Array
(
[string] =>
555400400
)
[mytype] => 1
)
[email] => xml_rpc_value
Object
(
[me] => Array
(
[string] =>
john@domain.com
)
[mytype] => 1
)
)
)
[mytype] => 3
)
)
)
[mytype] => 2
)
----------------------
How can I recover 'john', '555400400' and 'john@domain.com' values?
Thank you in advance.
Navigation:
[Reply to this message]
|