mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
$_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:
parent
15e884736a
commit
1cb1e6157b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue