3. Deprecated functions

The following two functions have been deprecated, and might be removed in future versions of the library, in order to avoid conflicts with the EPI xmlrpc 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:

3.1. xmlrpc_decode

$arr=xmlrpc_decode($xmlrpc_val);
$xmlrpc_val;

Alias for php_xmlrpc_decode.

3.2. xmlrpc_encode

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

Alias for php_xmlrpc_encode.