mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
$_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:
parent
76f021678a
commit
5441f0802e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue