mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Place the notes consistently
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132969 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2cc895c23
commit
6ae92adc1c
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
@ -874,6 +868,12 @@
|
|||
</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
|
||||
simply means that it is available in all scopes throughout a
|
||||
|
|
Loading…
Reference in a new issue