derick Sun Jun 22 17:37:23 2003 EDT
Modified files:
/phpdoc/en/appendices reserved.xml
Log:
- Group the two notes together
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.34 phpdoc/en/appendices/reserved.xml:1.35
--- phpdoc/en/appendices/reserved.xml:1.34 Wed Jun 11 10:57:46 2003
+++ phpdoc/en/appendices/reserved.xml Sun Jun 22 17:37:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@@ -854,6 +854,12 @@
<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>
@@ -861,13 +867,6 @@
versions.
</simpara>
</note>
-
- <simpara>
- An associative array consisting of the contents of
- <varname>$_GET</varname>, <varname>$_POST</varname>,
- and <varname>$_COOKIE</varname>.
- </simpara>
-
<note>
<simpara>
Prior to PHP 4.3.0, <varname>$_FILES</varname> information was
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php