mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Small grammar fix and a little bit more information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268328 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d8b6d29279
commit
476b6b1b1b
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
|
||||
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
|
||||
<refnamediv>
|
||||
|
@ -71,9 +71,11 @@
|
|||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Variables provided to the script via the GET, POST, and COOKIE input
|
||||
mechanisms, and which therefore cannot be trusted. The presence and
|
||||
order of variable inclusion in this array is defined according to the
|
||||
The variables in <varname>$_REQUEST</varname> are provided to the
|
||||
script via the GET, POST, and COOKIE input mechanisms and
|
||||
therefore could be modified by the remote user and cannot be
|
||||
trusted. The presence and order of variables listed in this array
|
||||
is defined according to the
|
||||
PHP <link linkend="ini.variables-order">variables_order</link>
|
||||
configuration directive.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue