Minor adjustments, and a typo fix.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82509 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-05-17 03:26:28 +00:00
parent c34d7c1d9a
commit dc08a79d43

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.34 -->
<refentry id="function.import-request-variables">
<refnamediv>
@ -21,12 +21,12 @@
</simpara>
<simpara>
Using the <parameter>types</parameter> parameter, you can
specify, which request variables to import. You can use
specify which request variables to import. You can use
'G', 'P' and 'C' characters respectively for GET, POST and
Cookie. These characters are not case sensitive, so you
can also use any combination of 'g', 'p' and 'c'. POST
includes the uploaded file informations. Note, that the
order of the letters matters, as using "gp", the POST
includes the POST uploaded file information. Note that the
order of the letters matters, as when using "gp", the POST
variables will overwrite GET variables with the same
name. Any other letters than GPC are discarded.
</simpara>