language/predefined/variables/post.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.post" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.post" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_POST</refname>
7
-
<refname>$HTTP_POST_VARS [deprecated]</refname>
8
7
<refpurpose>HTTP POST variables</refpurpose>
9
8
</refnamediv>
10
9
...
...
@@ -15,14 +14,6 @@
15
14
via the HTTP POST method when using <literal>application/x-www-form-urlencoded</literal>
16
15
or <literal>multipart/form-data</literal> as the HTTP Content-Type in the request.
17
16
</para>
18
-

19
-
<simpara>
20
-
<varname>$HTTP_POST_VARS</varname> contains the same initial
21
-
information, but is not a <link linkend="language.variables.superglobals">superglobal</link>.
22
-
(Note that <varname>$HTTP_POST_VARS</varname> and <varname>$_POST</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">
...
...
@@ -65,7 +56,7 @@ Hello Hannes!
65
56
</para>
66
57
</refsect1>
67
58

68
-
</phpdoc:varentry>
59
+
</refentry>
69
60
70
61
<!-- Keep this comment at the end of the file
71
62
Local variables:
72
63