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/ch10.html

3 lines
2.9 KiB
HTML

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter&nbsp;10.&nbsp;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.&nbsp;Debugging aids"><link rel="next" href="ch10s01.html" title="1.&nbsp;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&nbsp;10.&nbsp;Reserved methods</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09s05.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<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&nbsp;10.&nbsp;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>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch10s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.&nbsp;Debugging aids&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;system.getCapabilities</td></tr></table></div></body></html>