language/predefined/variables/request.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,7 +1,7 @@
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.request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_REQUEST</refname>
7
7
<refpurpose>HTTP Request variables</refpurpose>
...
...
@@ -17,32 +17,6 @@
17
17
</para>
18
18
</refsect1>
19
19

20
-

21
-
<refsect1 role="changelog">
22
-
&reftitle.changelog;
23
-
<para>
24
-
<informaltable>
25
-
<tgroup cols="2">
26
-
<thead>
27
-
<row>
28
-
<entry>&Version;</entry>
29
-
<entry>&Description;</entry>
30
-
</row>
31
-
</thead>
32
-
<tbody>
33
-
<row>
34
-
<entry>5.3.0</entry>
35
-
<entry>
36
-
Introduced <link linkend="ini.request-order">request_order</link>.
37
-
This directive affects the contents of <varname>$_REQUEST</varname>.
38
-
</entry>
39
-
</row>
40
-
</tbody>
41
-
</tgroup>
42
-
</informaltable>
43
-
</para>
44
-
</refsect1>
45
-
46
20
<refsect1 role="notes">
47
21
&reftitle.notes;
48
22
&note.is-superglobal;
...
...
@@ -62,9 +36,10 @@
62
36
script via the GET, POST, and COOKIE input mechanisms and
63
37
therefore could be modified by the remote user and cannot be
64
38
trusted. The presence and order of variables listed in this array
65
-
is defined according to the
66
-
PHP <link linkend="ini.variables-order">variables_order</link>
67
-
configuration directive.
39
+
is defined according to the PHP
40
+
<link linkend="ini.request-order">request_order</link>, and
41
+
<link linkend="ini.variables-order">variables_order</link>
42
+
configuration directives.
68
43
</para>
69
44
</note>
70
45
</refsect1>
...
...
@@ -72,13 +47,12 @@
72
47
<refsect1 role="seealso">
73
48
&reftitle.seealso;
74
49
<simplelist>
75
-
<member><function>import_request_variables</function></member>
76
50
<member><link linkend="language.variables.external">Handling external variables</link></member>
77
51
<member><link linkend="book.filter">The filter extension</link></member>
78
52
</simplelist>
79
53
</refsect1>
80
54
81
-
</phpdoc:varentry>
55
+
</refentry>
82
56
83
57
<!-- Keep this comment at the end of the file
84
58
Local variables:
85
59