2008-10-12 13:37:04 +02:00
|
|
|
XML_RPC2 is a pear package providing XML_RPC client and server
|
|
|
|
services.XML-RPC is a simple remote procedure call protocol built
|
|
|
|
using HTTP as transport and XML as encoding.
|
2007-02-09 10:11:09 +01:00
|
|
|
|
2008-10-12 13:37:04 +02:00
|
|
|
As a client library, XML_RPC2 is capable of creating a proxy
|
|
|
|
class which exposes the methods exported by the server. As a
|
|
|
|
server library, XML_RPC2 is capable of exposing methods from
|
|
|
|
a class or object instance, seamlessly exporting local methods
|
|
|
|
as remotely callable procedures.
|
2007-02-09 10:11:09 +01:00
|
|
|
|
2008-10-12 13:37:04 +02:00
|
|
|
WWW: http://pear.php.net/package/XML_RPC2/
|