XML-RPC system.* methods
listMethods() : array
Returns an array of methods.
array
methodHelp(string $method) : string
string
\Zend\XmlRpc\Server\Exception\InvalidArgumentException |
---|
string
methodSignature(string $method) : array
string
\Zend\XmlRpc\Server\Exception\InvalidArgumentException |
---|
array
multicall(array $methods) : array
Expects an array of structs representing method calls, each element having the keys: - methodName - params
Returns an array of responses, one for each method called, with the value returned by the method. If an error occurs for a given method, returns a struct with a fault response.
see | \Zend\XmlRpc\Server\http://www.xmlrpc.com/discuss/msgReader$1208 |
---|
array
array