language/predefined/variables/files.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.files" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.files" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_FILES</refname>
7
-
<refname>$HTTP_POST_FILES [deprecated]</refname>
8
7
<refpurpose>HTTP File Upload variables</refpurpose>
9
8
</refnamediv>
10
9
...
...
@@ -16,14 +15,6 @@
16
15
<link linkend="features.file-upload.post-method">POST method uploads</link>
17
16
section.
18
17
</para>
19
-

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

27
18
</refsect1>
28
19
29
20
<refsect1 role="notes">
...
...
@@ -41,7 +32,7 @@
41
32
</para>
42
33
</refsect1>
43
34

44
-
</phpdoc:varentry>
35
+
</refentry>
45
36
46
37
<!-- Keep this comment at the end of the file
47
38
Local variables:
48
39