[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 159 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_RPC_xmlrpc:: (5 méthodes):
Horde_RPC_xmlrpc()
shutdown()
getResponse()
_dispatcher()
request()
Classe: Horde_RPC_xmlrpc - X-Ref
The Horde_RPC_xmlrpc class provides an XMLRPC implementation of theHorde_RPC_xmlrpc() X-Ref |
XMLRPC server constructor |
shutdown() X-Ref |
Cleans up the RPC server. |
getResponse($request) X-Ref |
Sends an RPC request to the server and returns the result. param: string The raw request string. return: string The XML encoded response from the server. |
_dispatcher($method, $params, $data) X-Ref |
Will be registered as the handler for all available methods and will call the appropriate function through the registry. param: string $method The name of the method called by the RPC request. param: array $params The passed parameters. param: mixed $data Unknown. return: mixed The result of the called registry method. |
request($url, $method, $params = null, $options = array() X-Ref |
Builds an XMLRPC request and sends it to the XMLRPC server. This statically called method is actually the XMLRPC client. param: string $url The path to the XMLRPC server on the called host. param: string $method The method to call. param: array $params A hash containing any necessary parameters for param: $options Optional associative array of parameters which can be: return: mixed The returned result from the method or a PEAR |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |