This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/thirdparty/xmlrpc-2.2/doc/ch09s04.html

3 lines
4.1 KiB
HTML

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>4.&nbsp;Functions removed from the library</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.1"><link rel="start" href="index.html" title="XML-RPC for PHP"><link rel="up" href="ch09.html" title="Chapter&nbsp;9.&nbsp;Helper functions"><link rel="prev" href="ch09s03.html" title="3.&nbsp;Automatic conversion of php functions into xmlrpc methods (and vice versa)"><link rel="next" href="ch09s05.html" title="5.&nbsp;Debugging aids"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.&nbsp;Functions removed from the library</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09s03.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;9.&nbsp;Helper functions</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch09s05.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="deprecated"></a>4.&nbsp;Functions removed from the library</h2></div></div></div><p>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.</p><p>To ease the transition to the new naming scheme and avoid breaking existing implementations, the following scheme has been adopted: </p><div class="itemizedlist"><ul type="disc"><li><p>If EPI-XMLRPC is not active in the current PHP installation, the constant <code class="literal">XMLRPC_EPI_ENABLED</code> will be set to <code class="literal">'0'</code></p></li><li><p>If EPI-XMLRPC is active in the current PHP installation, the constant <code class="literal">XMLRPC_EPI_ENABLED</code> will be set to <code class="literal">'1'</code></p></li></ul></div><p>The following documentation is kept for historical reference:</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="xmlrpcdecode"></a>4.1.&nbsp;xmlrpc_decode</h3></div></div></div><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" style="padding-bottom: 1em"><tr><td><code class="funcdef">$phpval = xmlrpc_decode(</code></td><td><var class="pdparam">$xmlrpc_val</var><code>)</code>;</td><td>&nbsp;</td></tr></table><table border="0" summary="Function argument synopsis" cellspacing="0" cellpadding="0"><tr><td><code>xmlrpcval</code>&nbsp;</td><td><code><var class="pdparam">$xmlrpc_val</var>;</code></td></tr></table></div><p>Alias for php_xmlrpc_decode.</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="xmlrpcencode"></a>4.2.&nbsp;xmlrpc_encode</h3></div></div></div><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" style="padding-bottom: 1em"><tr><td><code class="funcdef">$xmlrpc_val = xmlrpc_encode(</code></td><td><var class="pdparam">$phpval</var><code>)</code>;</td><td>&nbsp;</td></tr></table><table border="0" summary="Function argument synopsis" cellspacing="0" cellpadding="0"><tr><td><code>mixed</code>&nbsp;</td><td><code><var class="pdparam">$phpval</var>;</code></td></tr></table></div><p>Alias for php_xmlrpc_encode.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09s03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch09.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch09s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Automatic conversion of php functions into xmlrpc methods (and vice versa)&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;5.&nbsp;Debugging aids</td></tr></table></div></body></html>