derick Sun Jun 22 17:39:04 2003 EDT
Modified files:
/phpdoc/en/appendices reserved.xml
Log:
- Place the notes consistently
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.35 phpdoc/en/appendices/reserved.xml:1.36
--- phpdoc/en/appendices/reserved.xml:1.35 Sun Jun 22 17:37:23 2003
+++ phpdoc/en/appendices/reserved.xml Sun Jun 22 17:39:04 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@@ -854,12 +854,6 @@
<sect2 id="reserved.variables.request">
<title>Request variables: <varname>$_REQUEST</varname></title>
-
- <simpara>
- An associative array consisting of the contents of
- <varname>$_GET</varname>, <varname>$_POST</varname>,
- and <varname>$_COOKIE</varname>.
- </simpara>
<note>
<simpara>
@@ -873,6 +867,12 @@
also included into <varname>$_REQUEST</varname>.
</simpara>
</note>
+
+ <simpara>
+ An associative array consisting of the contents of
+ <varname>$_GET</varname>, <varname>$_POST</varname>,
+ and <varname>$_COOKIE</varname>.
+ </simpara>
<simpara>
This is a 'superglobal', or automatic global, variable. This
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php