XRL  3.1.1
Simple XML-RPC Library (both client and server)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nfpoirotte
 NXRL
 NFaults
 CApplicationErrorExceptionAn interoperable fault representing an application error
 CImplementationDefinedErrorExceptionAn interoperable fault representing an implementation-defined error
 CInternalErrorExceptionAn interoperable fault representing an internal error
 CInvalidCharacterExceptionAn interoperable fault representing an error due to an invalid character
 CInvalidParameterExceptionAn interoperable fault representing an error due to an invalid parameter
 CInvalidXmlRpcExceptionAn interoperable fault representing an error due to an invalid XML-RPC message
 CMethodNotFoundExceptionAn interoperable fault representing an error due to a missing method
 CNotWellFormedExceptionAn interoperable fault representing an error due to message that is not well formed
 CSystemErrorExceptionAn interoperable fault representing a system error
 CTransportErrorExceptionAn interoperable fault representing a transport error
 CUnsupportedEncodingExceptionAn interoperable fault representing an error due to an unsupported encoding
 NTypes
 CAbstractCollectionAn abstract XML-RPC type representing a collection of values
 CAbstractDateTimeAbstract class for various "date-time" types
 CAbstractIntegerAbstract class for fixed-length integer types
 CAbstractTypeA class representing an abstract XML-RPC type
 CArrayTypeThe XML-RPC "array" type
 CBase64The XML-RPC "base64" type
 CBigIntegerThe XML-RPC "i8" type
 CBooleanThe XML-RPC "boolean" type
 CDateTimeThe XML-RPC "dateTime" type
 CDateTimeIso8601The XML-RPC "dateTime.iso8601" type
 CDomThe XML-RPC "dom" type
 CDoubleThe XML-RPC "double" type
 CI1The XML-RPC "i1" type
 CI2The XML-RPC "i2" type
 CI4The XML-RPC "i4" type
 CI8The XML-RPC "i8" type
 CIntTypeThe XML-RPC "int" type
 CNilThe XML-RPC "nil" type for null values
 CStringTypeThe XML-RPC "string" type
 CStructThe XML-RPC "struct" type
 CAutoloadAn helper class that wraps XRL's autoloader
 CCallableInterfaceInterface for something that can be called
 CCallableObjectClass used to represent anything that is callable
 CCapableServerA class that adds various capabilities to an existing XML-RPC server
 CCLIA class that implements a simple CLI script to send XML-RPC queries and to display their result
 CClientA simple XML-RPC client
 CDecoderA decoder that can process XML-RPC requests and responses, with optional XML validation
 CDecoderInterfaceInterface for an XML-RPC decoder
 CEncoderAn XML-RPC encoder that can produce either compact documents or pretty documents
 CEncoderInterfaceInterface for an XML-RPC encoder
 CExceptionAn exception that is used to represent XML-RPC errors
 CFaultExceptionAbstract definition of an interoperable fault
 CNativeDecoderA decoder that transparently converts XML-RPC types to native PHP types
 CNativeEncoderAn XML-RPC encoder that transparently converts PHP types to their XML-RPC counterpart
 CNodeAn XML node as read from an XML reader
 COutputA class that formats messages before sending them to a stream
 CRequestA class that represents an XML-RPC request
 CRequestInterfaceInterface for an object representing an XML-RPC request
 CResponseThis class represents the response to an XML-RPC request
 CResponseInterfaceInterface for the response to an XML-RPC request, as produced by an XML-RPC server
 CServerA simple XML-RPC server
 CArrayAccessInterface to provide accessing objects as arrays
 CCountableClasses implementing Countable can be used with the count() function
 CIteratorInterface for external iterators or objects that can be iterated themselves internally
 CIteratorAggregateInterface to create an external Iterator
 CSerializableInterface for customized serializing
 CTraversableInterface to detect if a class is traversable using foreach