method

methodResponse

v1_9_3_125 - Show latest stable - Class: XMLRPC::Create
methodResponse(is_ret, *params)
public

generates a XML-RPC methodResponse document

if is_ret == false then the params array must contain only one element, which is a structure of a fault return-value.

if is_ret == true then a normal return-value of all the given params is created.