$_GET comes from query string even with HTTP POST (bug #31434)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176613 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-01-07 08:22:16 +00:00
parent 76f021678a
commit 5441f0802e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.83 $ -->
<!-- $Revision: 1.84 $ -->
<chapter id="language.variables">
<title>Variables</title>
@ -226,7 +226,7 @@ $bar = &test(); // Invalid.
<term><link linkend="reserved.variables.get">$_GET</link></term>
<listitem>
<simpara>
Variables provided to the script via HTTP GET. Analogous to the
Variables provided to the script via URL query string. Analogous to the
old <varname>$HTTP_GET_VARS</varname> array (which is still
available, but deprecated).
</simpara>