Varoitus!
T�m� laajennus on EKSPERIMENTAALINEN.
T�m�n laajennuksen ominaisuudet, k�ytt�ytyminen ja funktioiden
nimet ja parametrit voivat muuttua varoituksetta seuraavissa
PHP versioissa.
xmlrpc_set_type -- Sets xmlrpc type, base64 or datetime, for a PHP string value
User Contributed Notes XMLRPC functions
27-Dec-2001 09:01
Refer to the below link for documentation / latest releases of the
package.
07-Jan-2002 11:26
"Latest releases" is a bit redundant, since this extension is
bundled into PHP (as of 4.1.0). You don't need to download anything from
sourceforge to make this work. Just compile PHP with the --with-xmlrpc
flag.
The site
is useful, however, for documentation.
24-Apr-2002 03:05
An alternative XML-RPC implementation is available at - it's
written in PHP so you can use it on servers for which you don't have the
luxury of rebuilding PHP on.
nic
21-Jun-2002 05:50
For a really easy way to use this XML-RPC extension take a look at
XML-RPC Class Server ()
It automatically creates servers out of PHP classes. Creating clients is
almost as easy, especially with the recent addition of the overload
extension to PHP (see ).