XmlrpcDecoder
class XmlrpcDecoder (View source)
XML-RPC decoder
Methods
__construct()
No description
array
decodeResponse(string $response)
Decode an xmlrpc response
isFault()
No description
array
decodeCall(string $request)
Decode an xmlrpc request.
array
decodeMulticall(string $request)
Decode an xmlrpc multicall
Details
at line 28
__construct()
at line 43
array
decodeResponse(string $response)
Decode an xmlrpc response
at line 75
isFault()
at line 95
array
decodeCall(string $request)
Decode an xmlrpc request.
Can handle single or multicall requests and return an array of: [method], [data]
WARNING: in case of multicall, it will not throw any exception for an invalid boxcarred request; a null value will be placed instead of array(method,params).
at line 148
array
decodeMulticall(string $request)
Decode an xmlrpc multicall