language/predefined/variables/get.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,10 +1,9 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.get" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.get" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_GET</refname>
7
-
<refname>$HTTP_GET_VARS [deprecated]</refname>
8
7
<refpurpose>HTTP GET variables</refpurpose>
9
8
</refnamediv>
10
9
...
...
@@ -15,14 +14,6 @@
15
14
via the URL parameters (aka. query string). Note that the array is not only
16
15
populated for GET requests, but rather for all requests with a query string.
17
16
</para>
18
-

19
-
<simpara>
20
-
<varname>$HTTP_GET_VARS</varname> contains the same initial
21
-
information, but is not a <link linkend="language.variables.superglobals">superglobal</link>.
22
-
(Note that <varname>$HTTP_GET_VARS</varname> and <varname>$_GET</varname>
23
-
are different variables and that PHP handles them as such)
24
-
</simpara>
25
-

26
17
</refsect1>
27
18
28
19
<refsect1 role="examples">
...
...
@@ -70,7 +61,7 @@ Hello Hannes!
70
61
</para>
71
62
</refsect1>
72
63

73
-
</phpdoc:varentry>
64
+
</refentry>
74
65
75
66
<!-- Keep this comment at the end of the file
76
67
Local variables:
77
68