mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
* Updates to abandoned/outdated/missing pages in reference/math/ * Correction from `en` version * Revision ready * Updates to outdated pages in reference/dom * Updates to reference/dbase/ pages * Corrections to math functions pages * Updates to abandoned/outdated pages in reference/dbase * Correction to function name * Updates to outdated pages in reference (filter,fpm,ftp,funchand) --------- Co-authored-by: LEONARDO LARA RODRIGUES <leonardolara@github.com>
143 lines
3.5 KiB
XML
143 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 5bc8ebe3c1e0bb133e058f1b8eb34a721149e893 Maintainer: leonardolara Status: ready --><!-- CREDITS: fernandoc,felipe,leonardolara -->
|
|
<appendix xml:id="ftp.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.ftp-ascii">
|
|
<term>
|
|
<constant>FTP_ASCII</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-autoseek">
|
|
<term>
|
|
<constant>FTP_AUTOSEEK</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Consulte <function>ftp_set_option</function> para informação.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-autoresume">
|
|
<term>
|
|
<constant>FTP_AUTORESUME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Determina automaticamente a posição de continuação e a posição de início para as requisições GET e PUT
|
|
(só funciona se FTP_AUTOSEEK estiver habilitado)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-failed">
|
|
<term>
|
|
<constant>FTP_FAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
A transferência assíncrona falhou
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-finished">
|
|
<term>
|
|
<constant>FTP_FINISHED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
A transferência assíncrona terminou
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-moredata">
|
|
<term>
|
|
<constant>FTP_MOREDATA</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
A transferência assíncrona ainda está ativa
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-text">
|
|
<term>
|
|
<constant>FTP_TEXT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>Apelido de <constant>FTP_ASCII</constant>.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-binary">
|
|
<term>
|
|
<constant>FTP_BINARY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para/>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-image">
|
|
<term>
|
|
<constant>FTP_IMAGE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>Apelido de <constant>FTP_BINARY</constant>.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-timeout-sec">
|
|
<term>
|
|
<constant>FTP_TIMEOUT_SEC</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Consulte <function>ftp_set_option</function> para informação.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-usepasvaddress">
|
|
<term>
|
|
<constant>FTP_USEPASVADDRESS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Consulte <function>ftp_set_option</function> para informação.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</appendix>
|
|
<!-- 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
|
|
-->
|