[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/RPC/ -> xmlrpc.php (sommaire)

(pas de description)

Poids: 159 lignes (6 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

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 the
Horde RPC system.

$Horde: framework/RPC/RPC/xmlrpc.php,v 1.9.10.8 2006/07/01 04:54:16 chuck Exp $

Copyright 2002-2006 Jan Schneider <jan@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Horde_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