PHP.nl

xmlrpc_decode

xmlrpc_decode

Decodes XML into native PHP types

mixed **xmlrpc_decode** string $xml string $encoding

xmlXML response returned by XMLRPC method.

encodingInput encoding supported by iconv.

Returns either an array, or an integer, or a string, or a boolean according to the response returned by the XMLRPC method.

See example by . xmlrpc_encode_request

xmlrpc_encode_request``xmlrpc_is_fault