» Metadata | » Status |
---|---|
|
|
» Description | |
XML_RPC2 is a PEAR implementation of the XML-RPC protocol. This is a rewrite, targeting PHP version 5. The original code was posted by Greg Beaver to the list a couple months ago. Relative to the previous version, XML_RPC2 takes advantage of the following PHP5 features:
Servers are created by exposing a class containing the exported methods:
Method introspection is done with a combination of the Reflection API and parsing of Docblocks of the exported methods. |
|
» Dependencies | » Links |
|
|
» Timeline | » Changelog |
|
|