mirror of
https://github.com/php/doc-es.git
synced 2026-04-26 00:28:03 +02:00
43c257a629
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@318300 c90b9560-bf6c-de11-be94-00142212c4b1
95 lines
2.3 KiB
XML
95 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: cb0630b14901459c0bf1556e7d68f1b4c0d3796e Maintainer: jpberdejo Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<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">
|
|
<refnamediv>
|
|
<refname>$_FILES</refname>
|
|
<refname>$HTTP_POST_FILES [obsoleta]</refname>
|
|
<refpurpose>Variables de Carga de Archivos HTTP</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<para>
|
|
Una variable tipo <type>array</type> asociativo de elementos cargados al
|
|
script actual a través del método POST.
|
|
</para>
|
|
|
|
<simpara>
|
|
<varname>$HTTP_POST_FILES</varname> contiene la misma información
|
|
inicial, pero no es una <link
|
|
linkend="language.variables.superglobals">superglobal</link>. (Note que
|
|
<varname>$HTTP_POST_FILES</varname> y <varname>$_FILES</varname> son
|
|
variables diferentes y que PHP las trata como tal)
|
|
</simpara>
|
|
|
|
</refsect1>
|
|
|
|
|
|
<refsect1 role="changelog">
|
|
&reftitle.changelog;
|
|
<para>
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>4.1.0</entry>
|
|
<entry>
|
|
Se introdujo <varname>$_FILES</varname>, haciendo
|
|
<varname>$HTTP_POST_FILES</varname> obsoleta.
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="notes">
|
|
&reftitle.notes;
|
|
¬e.is-superglobal;
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><function>move_uploaded_file</function></member>
|
|
<member><link linkend="features.file-upload">Gestión de Carga de
|
|
Archivos</link></member>
|
|
</simplelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
</phpdoc:varentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|