XRL  2.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
| 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
| |oCIntThe XML-RPC "int" type
| |oCNilThe XML-RPC "nil" type for null values
| |oCStringThe 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
| oCFaultsDefinitions of interoperability faults
| 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