$_FILES is not in $_REQUEST

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139642 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
foobar 2003-09-05 03:07:58 +00:00
parent 15e884736a
commit 1cb1e6157b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<chapter id="tutorial">
<title>A simple tutorial</title>
@ -419,7 +419,7 @@ You are 22 years old.
the <link linkend="reserved.variables.get">$_GET</link> autoglobal instead.
You may also use the <link linkend="reserved.variables.request">$_REQUEST</link>
autoglobal if you don't care the source of your request data. It
contains a mix of GET, POST, COOKIE and FILE data. See also the
contains a mix of GET, POST and COOKIE data. See also the
<function>import_request_variables</function> function.
</para>
</sect1>