xmlrpcs.inc
Версия 1.21.2.1 (checked in on 2008/05/10 at 01:53:33 by drumm)
Функции
Имя | Описание |
---|---|
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. See http://groups.yahoo.com/group/xml-rpc/message/2897 |
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. |