Functions removed from the library

The following two functions have been deprecated in version 1.1 of the library, and removed in version 2, in order to avoid conflicts with the EPI xml-rpc library, which also defines two functions with the same names.

To ease the transition to the new naming scheme and avoid breaking existing implementations, the following scheme has been adopted:

The following documentation is kept for historical reference:

xmlrpc_decode

mixedxmlrpc_decode(xmlrpcval$xmlrpc_val);
 

Alias for php_xmlrpc_decode.

xmlrpc_encode

xmlrpcvalxmlrpc_encode(mixed$phpval);
 

Alias for php_xmlrpc_encode.