|
XRL
latest
Simple XML-RPC Library (both client and server)
|
| ▼Nfpoirotte | |
| ▼NXRL | |
| ▼NFaults | |
| CApplicationErrorException | An interoperable fault representing an application error |
| CImplementationDefinedErrorException | An interoperable fault representing an implementation-defined error |
| CInternalErrorException | An interoperable fault representing an internal error |
| CInvalidCharacterException | An interoperable fault representing an error due to an invalid character |
| CInvalidParameterException | An interoperable fault representing an error due to an invalid parameter |
| CInvalidXmlRpcException | An interoperable fault representing an error due to an invalid XML-RPC message |
| CMethodNotFoundException | An interoperable fault representing an error due to a missing method |
| CNotWellFormedException | An interoperable fault representing an error due to message that is not well formed |
| CSystemErrorException | An interoperable fault representing a system error |
| CTransportErrorException | An interoperable fault representing a transport error |
| CUnsupportedEncodingException | An interoperable fault representing an error due to an unsupported encoding |
| ▼NTypes | |
| CAbstractCollection | An abstract XML-RPC type representing a collection of values |
| CAbstractDateTime | Abstract class for various "date-time" types |
| CAbstractInteger | Abstract class for fixed-length integer types |
| CAbstractType | A class representing an abstract XML-RPC type |
| CArrayType | The XML-RPC "array" type |
| CBase64 | The XML-RPC "base64" type |
| CBigInteger | The XML-RPC "i8" type |
| CBoolean | The XML-RPC "boolean" type |
| CDateTime | The XML-RPC "dateTime" type |
| CDateTimeIso8601 | The XML-RPC "dateTime.iso8601" type |
| CDom | The XML-RPC "dom" type |
| CDouble | The XML-RPC "double" type |
| CI1 | The XML-RPC "i1" type |
| CI2 | The XML-RPC "i2" type |
| CI4 | The XML-RPC "i4" type |
| CI8 | The XML-RPC "i8" type |
| CIntType | The XML-RPC "int" type |
| CNil | The XML-RPC "nil" type for null values |
| CStringType | The XML-RPC "string" type |
| CStruct | The XML-RPC "struct" type |
| CAutoload | An helper class that wraps XRL's autoloader |
| CCallableInterface | Interface for something that can be called |
| CCallableObject | Class used to represent anything that is callable |
| CCapableServer | A class that adds various capabilities to an existing XML-RPC server |
| CCLI | A class that implements a simple CLI script to send XML-RPC queries and to display their result |
| CClient | A simple XML-RPC client |
| CDecoder | A decoder that can process XML-RPC requests and responses, with optional XML validation |
| CDecoderInterface | Interface for an XML-RPC decoder |
| CEncoder | An XML-RPC encoder that can produce either compact documents or pretty documents |
| CEncoderInterface | Interface for an XML-RPC encoder |
| CException | An exception that is used to represent XML-RPC errors |
| CFaultException | Abstract definition of an interoperable fault |
| CNativeDecoder | A decoder that transparently converts XML-RPC types to native PHP types |
| CNativeEncoder | An XML-RPC encoder that transparently converts PHP types to their XML-RPC counterpart |
| CNode | An XML node as read from an XML reader |
| COutput | A class that formats messages before sending them to a stream |
| CRequest | A class that represents an XML-RPC request |
| CRequestInterface | Interface for an object representing an XML-RPC request |
| CResponse | This class represents the response to an XML-RPC request |
| CResponseInterface | Interface for the response to an XML-RPC request, as produced by an XML-RPC server |
| CServer | A simple XML-RPC server |
| CArrayAccess | Interface to provide accessing objects as arrays |
| CCountable | Classes implementing Countable can be used with the count() function |
| CIterator | Interface for external iterators or objects that can be iterated themselves internally |
| CIteratorAggregate | Interface to create an external Iterator |
| CSerializable | Interface for customized serializing |
| CTraversable | Interface to detect if a class is traversable using foreach |