derick Tue Jun 17 06:21:07 2003 EDT
Modified files:
/phpdoc/en/reference/apache/functions apache-request-headers.xml
Log:
- Note reordering
Index: phpdoc/en/reference/apache/functions/apache-request-headers.xml
diff -u phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.1
phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.2
--- phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.1 Thu Jul 11
17:29:34 2002
+++ phpdoc/en/reference/apache/functions/apache-request-headers.xml Tue Jun 17
06:21:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
<refentry id="function.apache-request-headers">
<refnamediv>
@@ -18,17 +18,9 @@
supported when PHP runs as an <productname>Apache</productname>
module.
</para>
- <note>
- <para>
- Prior to PHP 4.3.0, <function>apache_request_headers</function> was
- called <function>getallheaders</function>. After PHP 4.3.0,
- <function>getallheaders</function> is an alias for
- <function>apache_request_headers</function>.
- </para>
- </note>
<para>
<example>
- <title><function>apache_request_headers</function> Example</title>
+ <title><function>apache_request_headers</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -42,17 +34,23 @@
</programlisting>
</example>
</para>
- <para>
- <note>
- <para>
- You can also get at the value of the common CGI variables by
- reading them from the environment, which works whether or not
- you are using PHP as an <productname>Apache</productname> module. Use
- <function>phpinfo</function> to see a list of all of the available
- <link linkend="language.variables.predefined">environment variables</link>.
- </para>
- </note>
- </para>
+ <note>
+ <para>
+ Prior to PHP 4.3.0, <function>apache_request_headers</function> was
+ called <function>getallheaders</function>. After PHP 4.3.0,
+ <function>getallheaders</function> is an alias for
+ <function>apache_request_headers</function>.
+ </para>
+ </note>
+ <note>
+ <para>
+ You can also get at the value of the common CGI variables by
+ reading them from the environment, which works whether or not
+ you are using PHP as an <productname>Apache</productname> module. Use
+ <function>phpinfo</function> to see a list of all of the available
+ <link linkend="language.variables.predefined">environment variables</link>.
+ </para>
+ </note>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php