/ripcord_client.php

Description

Ripcord is an easy to use XML-RPC library for PHP.

Classes
Class Description
Ripcord_Client This class implements a simple RPC client, for XML-RPC, (simplified) SOAP 1.1 or Simple RPC. The client abstracts the entire RPC process behind native PHP methods. Any method defined by the rpc server can be called as if it was a native method of the rpc client.
Ripcord_Client_MultiCall This class provides the fetch interface for system.multiCall. It is returned
Ripcord_Client_Call This class is used with the Ripcord_Client when calling system.multiCall. Instead of immediately calling the method on the rpc server, a Ripcord_Client_Call object is created with all the information needed to call the method using the multicall parameters. The call object is returned immediately and is used as input parameter for the multiCall call. The result of the call can be bound to a php variable. This variable will be filled with the result of the call when it is available.
Ripcord_Transport This interface describes the minimum interface needed for the transport object used by the
Ripcord_Transport_Stream This class implements the Ripcord_Transport interface using PHP streams.
Ripcord_Transport_CURL This class implements the Ripcord_Transport interface using CURL.
Includes
require_once (dirname(__FILE__).'/ripcord.php') (line 14)

Includes the static ripcord factory class and exceptions

Documentation generated on Tue, 16 Nov 2010 16:20:17 +0100 by phpDocumentor 1.4.3