[PHP-DOC] cvs: phpdoc /it/functions apache.xml From: Luca Perugini (l.perugini <email protected>)
Date: 08/31/00

perugini Thu Aug 31 08:42:05 2000 EDT

  Modified files:
    /phpdoc/it/functions apache.xml
  Log:
  Sync with en tree.
  
  
Index: phpdoc/it/functions/apache.xml
diff -u phpdoc/it/functions/apache.xml:1.3 phpdoc/it/functions/apache.xml:1.4
--- phpdoc/it/functions/apache.xml:1.3 Tue Jul 11 23:48:07 2000
+++ phpdoc/it/functions/apache.xml Thu Aug 31 08:42:05 2000
@@ -97,12 +97,14 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>array <function>getallheaders</function></funcdef>
- <void/>
+ <paramdef>void<parameter></parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
      This function returns an associative array of all the HTTP
      headers in the current request.
+ </para>
+ <para>
      <note>
       <para>
        You can also get at the value of the common CGI variables by
@@ -112,6 +114,8 @@
        environment variables defined this way.
       </para>
      </note>
+ </para>
+ <para>
      <example>
       <title><function>getallheaders</function> Example</title>
       <programlisting role="php">
@@ -121,6 +125,8 @@
 }
       </programlisting>
      </example>
+ </para>
+ <para>
      This example will display all the request headers for the current
      request.
      <note>