Function php_xmlrpc_decode_xml
Convert the xml representation of a method response, method request or single xmlrpc value into the appropriate object (a.k.a. deserialize)
string |
$xml_val |
|
array |
$options = array() |
mixed
|
false on error, or an instance of either xmlrpcval, xmlrpcmsg or xmlrpcresp |