xmlrpc_decode
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.1.0, PHP 5, PHP 7)
Decodes XML into native PHP types
Description
xmlrpc_decode(string $xml, string $encoding = "iso-8859-1"): mixed
Func
Parameters
xmlXML response returned by XMLRPC method.
encodingInput encoding supported by iconv.
Return Values
Returns either an array, or an integer, or a string, or a boolean according to the response returned by the XMLRPC method.
Examples
See example by xmlrpc_encode_request().