WS commit

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75255 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-26 00:26:27 +00:00
parent efcd17fdad
commit 1d58804383

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<reference id="ref.xmlrpc">
<title>XMLRPC functions</title>
<titleabbrev>XMLRPC function</titleabbrev>
@ -14,7 +14,7 @@
<refentry id="function.xmlrpc-encode-request">
<refnamediv>
<refname>xmlrpc_encode_request</refname>
<refpurpose>Generates XML for a method request </refpurpose>
<refpurpose>Generates XML for a method request</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -33,7 +33,7 @@
<refentry id="function.xmlrpc-encode">
<refnamediv>
<refname>xmlrpc_encode</refname>
<refpurpose>Generates XML for a PHP value </refpurpose>
<refpurpose>Generates XML for a PHP value</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -51,7 +51,7 @@
<refentry id="function.xmlrpc-decode-request">
<refnamediv>
<refname>xmlrpc_decode_request</refname>
<refpurpose>Decodes XML into native PHP types </refpurpose>
<refpurpose>Decodes XML into native PHP types</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -71,7 +71,7 @@
<refentry id="function.xmlrpc-decode">
<refnamediv>
<refname>xmlrpc_decode</refname>
<refpurpose>Decodes XML into native PHP types </refpurpose>
<refpurpose>Decodes XML into native PHP types</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -90,7 +90,7 @@
<refentry id="function.xmlrpc-server-create">
<refnamediv>
<refname>xmlrpc_server_create</refname>
<refpurpose>Creates an xmlrpc server </refpurpose>
<refpurpose>Creates an xmlrpc server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -108,7 +108,7 @@
<refentry id="function.xmlrpc-server-destroy">
<refnamediv>
<refname>xmlrpc_server_destroy</refname>
<refpurpose>Destroys server resources </refpurpose>
<refpurpose>Destroys server resources</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -126,7 +126,7 @@
<refentry id="function.xmlrpc-server-register-method">
<refnamediv>
<refname>xmlrpc_server_register_method</refname>
<refpurpose>Register a PHP function to resource method matching method_name </refpurpose>
<refpurpose>Register a PHP function to resource method matching method_name</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -146,7 +146,7 @@
<refentry id="function.xmlrpc-server-register-introspection-callback">
<refnamediv>
<refname>xmlrpc_server_register_introspection_callback</refname>
<refpurpose>Register a PHP function to generate documentation </refpurpose>
<refpurpose>Register a PHP function to generate documentation</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -165,7 +165,7 @@
<refentry id="function.xmlrpc-server-call-method">
<refnamediv>
<refname>xmlrpc_server_call_method</refname>
<refpurpose>Parses XML requests and call methods </refpurpose>
<refpurpose>Parses XML requests and call methods</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -186,7 +186,7 @@
<refentry id="function.xmlrpc-server-add-introspection-data">
<refnamediv>
<refname>xmlrpc_server_add_introspection_data</refname>
<refpurpose>Adds introspection documentation </refpurpose>
<refpurpose>Adds introspection documentation</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -205,7 +205,7 @@
<refentry id="function.xmlrpc-parse-method-descriptions">
<refnamediv>
<refname>xmlrpc_parse_method_descriptions</refname>
<refpurpose>Decodes XML into a list of method descriptions </refpurpose>
<refpurpose>Decodes XML into a list of method descriptions</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -223,7 +223,7 @@
<refentry id="function.xmlrpc-set-type">
<refnamediv>
<refname>xmlrpc_set_type</refname>
<refpurpose>Sets xmlrpc type, base64 or datetime, for a PHP string value </refpurpose>
<refpurpose>Sets xmlrpc type, base64 or datetime, for a PHP string value</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -242,7 +242,7 @@
<refentry id="function.xmlrpc-get-type">
<refnamediv>
<refname>xmlrpc_get_type</refname>
<refpurpose>Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings </refpurpose>
<refpurpose>Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>