git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67655 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-01-12 23:24:55 +00:00
parent dc29c6305e
commit f1c8d8d885

View file

@ -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>