Date: 07/29/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /de preface.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Sat Jul 29 08:39:39 2000 EDT
Modified files:
/phpdoc/en/functions apache.xml
Log:
Extra paras needed for proper indentation.
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.5 phpdoc/en/functions/apache.xml:1.6
--- phpdoc/en/functions/apache.xml:1.5 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/apache.xml Sat Jul 29 08:39:39 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>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /de preface.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

