mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
As of PHP 4.3.0, $_FILES is not included in $_REQUEST
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102827 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1c2873d603
commit
601d2bfaff
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
|
||||
<appendix id="reserved">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -827,8 +827,15 @@
|
|||
<simpara>
|
||||
An associative array consisting of the contents of
|
||||
<varname>$_GET</varname>, <varname>$_POST</varname>,
|
||||
<varname>$_COOKIE</varname>, and <varname>$_FILES</varname>.
|
||||
and <varname>$_COOKIE</varname>.
|
||||
</simpara>
|
||||
|
||||
<note>
|
||||
<simpara>
|
||||
Prior to PHP 4.3.0, <varname>$_FILES</varname> information was
|
||||
also included into <varname>$_REQUEST</varname>.
|
||||
</simpara>
|
||||
</note>
|
||||
|
||||
<simpara>
|
||||
This is a 'superglobal', or automatic global, variable. This
|
||||
|
|
Loading…
Reference in a new issue