cortesi         Mon Mar 25 19:26:27 2002 EDT

  Modified files:              
    /phpdoc/en/functions        xmlrpc.xml 
  Log:
  WS commit
  
Index: phpdoc/en/functions/xmlrpc.xml
diff -u phpdoc/en/functions/xmlrpc.xml:1.4 phpdoc/en/functions/xmlrpc.xml:1.5
--- phpdoc/en/functions/xmlrpc.xml:1.4  Sat Feb  2 10:36:11 2002
+++ phpdoc/en/functions/xmlrpc.xml      Mon Mar 25 19:26:27 2002
@@ -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>


Reply via email to