Version 1.37 (checked in on 2010/01/28 at 07:06:57 by webchick)
Provides API for defining and handling XML-RPC requests.
| Name | Description |
|---|---|
| xmlrpc_server | The main entry point for XML-RPC requests. |
| xmlrpc_server_call | Dispatch the request and any parameters to the appropriate handler. |
| xmlrpc_server_error | Throw an XML-RPC error. |
| xmlrpc_server_get | |
| xmlrpc_server_get_capabilities | XML-RPC method system.getCapabilities maps to this function. |
| xmlrpc_server_list_methods | XML-RPC method system.listMethods maps to this function. |
| xmlrpc_server_method_help | XML-RPC method system.methodHelp maps to this function. |
| xmlrpc_server_method_signature | XML-RPC method system.methodSignature maps to this function. |
| xmlrpc_server_multicall | |
| xmlrpc_server_output | |
| xmlrpc_server_set | Store a copy of the request temporarily. |