git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
3 lines
2.9 KiB
HTML
3 lines
2.9 KiB
HTML
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Chapter 10. Reserved methods</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="index.html" title="XML-RPC for PHP"><link rel="prev" href="ch09s05.html" title="5. Debugging aids"><link rel="next" href="ch10s01.html" title="1. system.getCapabilities"></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">Chapter 10. Reserved methods</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09s05.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch10s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="reserved"></a>Chapter 10. Reserved methods</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch10s01.html">1. system.getCapabilities</a></span></dt><dt><span class="sect1"><a href="ch10s02.html">2. system.listMethods</a></span></dt><dt><span class="sect1"><a href="ch10s03.html">3. system.methodSignature</a></span></dt><dt><span class="sect1"><a href="ch10s04.html">4. system.methodHelp</a></span></dt><dt><span class="sect1"><a href="ch10s05.html">5. system.multicall</a></span></dt></dl></div><p>In order to extend the functionality offered by XML-RPC servers without impacting on the protocol, reserved methods are supported in this release.</p><p>All methods starting with <code class="function">system.</code> are considered reserved by the server. PHP for XML-RPC itself provides four special methods, detailed in this chapter.</p><p>Note that all server objects will automatically respond to clients querying these methods, unless the property <span class="property">allow_system_funcs</span> has been set to <code class="constant">false</code> before calling the <code class="methodname">service()</code> method. This might pose a security risk if the server is exposed to public access, e.g. on the internet.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09s05.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch10s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5. Debugging aids </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. system.getCapabilities</td></tr></table></div></body></html> |