xmlrpc_decode
Description
mixed xmlrpc_decode ( string xml [, string encoding] )| Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
Parameters
xmlXML response returned by XMLRPC method.
encodingInput encoding supported by iconv (defaults to "iso-8859-1").
