mirror of
https://github.com/php/doc-ru.git
synced 2025-08-16 18:22:04 +00:00
142 lines
3.7 KiB
XML
142 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 5bc8ebe3c1e0bb133e058f1b8eb34a721149e893 Maintainer: shein Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<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>Смотрите описание функции <function>ftp_set_option</function>.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-autoresume">
|
|
<term>
|
|
<constant>FTP_AUTORESUME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>Автоматическое определение позиции старта и возобновления запросов PUT и GET
|
|
(работает только если разрешён FTP_AUTOSEEK)</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-failed">
|
|
<term>
|
|
<constant>FTP_FAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>Асинхронная передача не удалась.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-finished">
|
|
<term>
|
|
<constant>FTP_FINISHED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Асинхронная передача завершена.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.ftp-moredata">
|
|
<term>
|
|
<constant>FTP_MOREDATA</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Асинхронная передача всё ещё активна.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-text">
|
|
<term>
|
|
<constant>FTP_TEXT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Синоним для <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>Синоним для <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>
|
|
Смотрите описание функции <function>ftp_set_option</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ftp-usepasvaddress">
|
|
<term>
|
|
<constant>FTP_USEPASVADDRESS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Смотрите описание к функции <function>ftp_set_option</function> для получения информации.
|
|
</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
|
|
-->
|