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