mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67655 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc29c6305e
commit
f1c8d8d885
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<chapter id="language.variables">
|
||||
<title>Variables</title>
|
||||
|
||||
|
@ -656,7 +656,8 @@ $bar = &test(); // Invalid.
|
|||
<term>$_REQUEST</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
An associative array merged from the GET, POST, and Cookie variables. In other words - all the information that is coming from the user,
|
||||
An associative array merged from the GET, POST, and Cookie variables.
|
||||
In other words - all the information that is coming from the user,
|
||||
and that from a security point of view, cannot be trusted.
|
||||
Automatically global in any scope.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue