4. 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:

4.1. xmlrpc_decode

$phpval = xmlrpc_decode($xmlrpc_val);
$xmlrpc_val;

Alias for php_xmlrpc_decode.

4.2. xmlrpc_encode

$xmlrpc_val = xmlrpc_encode($phpval);
$phpval;

Alias for php_xmlrpc_encode.