Extracted from Pike v7.8 release 352 at 2010-07-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.XMLRPC

Method Protocols.XMLRPC.decode_response()


Method decode_response

array|Fault decode_response(string xml_input)

Description

Decodes a XML-RPC representation of a response and returns an array containing response values, or a Fault object.

See also

Fault