XRL  3.0.0
Simple XML-RPC Library (both client and server)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oNfpoirotte
|\NXRL
| oNFaults
| |oCApplicationErrorExceptionAn interoperable fault representing an application error
| |oCImplementationDefinedErrorExceptionAn interoperable fault representing an implementation-defined error
| |oCInternalErrorExceptionAn interoperable fault representing an internal error
| |oCInvalidCharacterExceptionAn interoperable fault representing an error due to an invalid character
| |oCInvalidParameterExceptionAn interoperable fault representing an error due to an invalid parameter
| |oCInvalidXmlRpcExceptionAn interoperable fault representing an error due to an invalid XML-RPC message
| |oCMethodNotFoundExceptionAn interoperable fault representing an error due to a missing method
| |oCNotWellFormedExceptionAn interoperable fault representing an error due to message that is not well formed
| |oCSystemErrorExceptionAn interoperable fault representing a system error
| |oCTransportErrorExceptionAn interoperable fault representing a transport error
| |\CUnsupportedEncodingExceptionAn interoperable fault representing an error due to an unsupported encoding
| oNTypes
| |oCAbstractCollectionAn abstract XML-RPC type representing a collection of values
| |oCAbstractDateTimeAbstract class for various "date-time" types
| |oCAbstractIntegerAbstract class for fixed-length integer types
| |oCAbstractTypeA class representing an abstract XML-RPC type
| |oCArrayTypeThe XML-RPC "array" type
| |oCBase64The XML-RPC "base64" type
| |oCBigIntegerThe XML-RPC "i8" type
| |oCBooleanThe XML-RPC "boolean" type
| |oCDateTimeThe XML-RPC "dateTime" type
| |oCDateTimeIso8601The XML-RPC "dateTime.iso8601" type
| |oCDomThe XML-RPC "dom" type
| |oCDoubleThe XML-RPC "double" type
| |oCI1The XML-RPC "i1" type
| |oCI2The XML-RPC "i2" type
| |oCI4The XML-RPC "i4" type
| |oCI8The XML-RPC "i8" type
| |oCIntTypeThe XML-RPC "int" type
| |oCNilThe XML-RPC "nil" type for null values
| |oCStringTypeThe XML-RPC "string" type
| |\CStructThe XML-RPC "struct" type
| oCAutoloadAn helper class that wraps XRL's autoloader
| oCCallableInterfaceInterface for something that can be called
| oCCallableObjectClass used to represent anything that is callable
| oCCapableServerA class that adds various capabilities to an existing XML-RPC server
| oCCLIA class that implements a simple CLI script to send XML-RPC queries and to display their result
| oCClientA simple XML-RPC client
| oCDecoderA decoder that can process XML-RPC requests and responses, with optional XML validation
| oCDecoderInterfaceInterface for an XML-RPC decoder
| oCEncoderAn XML-RPC encoder that can produce either compact documents or pretty documents
| oCEncoderInterfaceInterface for an XML-RPC encoder
| oCExceptionAn exception that is used to represent XML-RPC errors
| oCFaultExceptionAbstract definition of an interoperable fault
| oCNativeDecoderA decoder that transparently converts XML-RPC types to native PHP types
| oCNativeEncoderAn XML-RPC encoder that transparently converts PHP types to their XML-RPC counterpart
| oCNodeAn XML node as read from an XML reader
| oCOutputA class that formats messages before sending them to a stream
| oCRequestA class that represents an XML-RPC request
| oCRequestInterfaceInterface for an object representing an XML-RPC request
| oCResponseThis class represents the response to an XML-RPC request
| oCResponseInterfaceInterface for the response to an XML-RPC request, as produced by an XML-RPC server
| \CServerA simple XML-RPC server
oCArrayAccessInterface to provide accessing objects as arrays
oCCountableClasses implementing Countable can be used with the count() function
oCIteratorInterface for external iterators or objects that can be iterated themselves internally
oCIteratorAggregateInterface to create an external Iterator
oCSerializableInterface for customized serializing
\CTraversableInterface to detect if a class is traversable using foreach