blob: 1efaac2456a5783e631847cfed458d6a3f5655d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
XML-RPC is a spec and a set of implementations that allow software running
on disparate operating systems, running in different environments to make
procedure calls over the Internet.
And this is a PEAR-ified version of useful inc's XML-RPC for PHP.
It has support for HTTP transport, proxies and authentication.
WWW: http://pear.php.net/package/XML_RPC
|