1653. Class

1653.1. Zend\XmlRpc\Server\System

XML-RPC system.* methods

1653.1.1. Methods

1653.1.1.1. __construct

__construct()

Constructor

Parameters:ZendXmlRpcServer

1653.1.1.2. listMethods

listMethods()

List all available XMLRPC methods

Returns an array of methods.

Return type:array

1653.1.1.3. methodHelp

methodHelp()

Display help message for an XMLRPC method

Parameters:string
Throws ExceptionInvalidArgumentException:
 
Return type:string

1653.1.1.4. methodSignature

methodSignature()

Return a method signature

Parameters:string
Throws ExceptionInvalidArgumentException:
 
Return type:array

1653.1.1.5. multicall

multicall()

Multicall - boxcar feature of XML-RPC for calling multiple methods in a single request.

Expects a 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.

Parameters:array
Return type:array

Project Versions

Table Of Contents

Previous topic

1652. Class

Next topic

1654. Class

This Page