Ripcord is an easy to use XML-RPC library for PHP.
Class | Description |
---|---|
ripcord | The ripcord class contains a number of useful static methods. This makes it a bit easier to create a server or client, convert types and check for errors. |
Ripcord_Exception | This interface is implemented by all exceptions thrown by Ripcord. |
Ripcord_BadMethodCallException | This class is used whenever an when a method passed to the server is invalid. |
Ripcord_ConfigurationException | This class is used whenever prerequisite requirements are not met. |
Ripcord_InvalidArgumentException |
This class is used whenever an argument passed to a Ripcord method is invalid for any reason. Possible exceptions thrown are:
|
Ripcord_TransportException |
This class is used whenever something goes wrong in sending / receiving data. Possible exceptions thrown are:
|
Ripcord_RemoteException | This class is used for exceptions generated from xmlrpc faults returned by the server. The code and message correspond to the code and message from the xmlrpc fault. |
Documentation generated on Tue, 16 Nov 2010 16:20:15 +0100 by phpDocumentor 1.4.3