2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:05:15 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-22 00:43:04 +00:00
|
|
|
<appendix xml:id="ftp.constants" xmlns="http://docbook.org/ns/docbook">
|
2002-05-06 07:19:01 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&extension.constants;
|
|
|
|
<variablelist>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-ascii">
|
2002-05-06 07:19:01 +00:00
|
|
|
<term>
|
|
|
|
<constant>FTP_ASCII</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-05-06 07:19:01 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2005-01-16 06:02:14 +00:00
|
|
|
<para></para>
|
2002-05-06 07:19:01 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-autoseek">
|
2002-05-06 07:19:01 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_AUTOSEEK</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-05-06 07:19:01 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2016-12-05 10:17:07 +00:00
|
|
|
<para>
|
|
|
|
See <function>ftp_set_option</function> for information.
|
|
|
|
</para>
|
2002-05-06 07:19:01 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-autoresume">
|
2002-05-06 07:19:01 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_AUTORESUME</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-05-06 07:19:01 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2016-12-05 10:17:07 +00:00
|
|
|
<para>
|
|
|
|
Automatically determine resume position and start position for GET and PUT requests
|
|
|
|
(only works if FTP_AUTOSEEK is enabled)
|
|
|
|
</para>
|
2002-05-06 07:19:01 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-failed">
|
2002-05-06 07:19:01 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_FAILED</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-05-06 07:19:01 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2016-12-05 10:17:07 +00:00
|
|
|
<para>
|
|
|
|
Asynchronous transfer has failed
|
|
|
|
</para>
|
2002-05-06 07:19:01 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-finished">
|
2002-05-06 07:19:01 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_FINISHED</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-05-06 07:19:01 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2005-01-16 06:02:14 +00:00
|
|
|
<para>
|
2016-12-05 10:17:07 +00:00
|
|
|
Asynchronous transfer has finished
|
2005-01-16 06:02:14 +00:00
|
|
|
</para>
|
2002-07-27 11:48:17 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-moredata">
|
2002-07-27 11:48:17 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_MOREDATA</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-07-27 11:48:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2005-01-16 06:02:14 +00:00
|
|
|
<para>
|
2016-12-05 10:17:07 +00:00
|
|
|
Asynchronous transfer is still active
|
2005-01-16 06:02:14 +00:00
|
|
|
</para>
|
2002-07-27 11:48:17 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-text">
|
2002-07-27 11:48:17 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_TEXT</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-07-27 11:48:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2016-12-05 10:17:07 +00:00
|
|
|
<para>Alias of <constant>FTP_ASCII</constant>.</para>
|
2002-07-27 11:48:17 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-binary">
|
2002-07-27 11:48:17 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_BINARY</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-07-27 11:48:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2016-12-05 10:17:07 +00:00
|
|
|
<para></para>
|
2002-07-27 11:48:17 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-image">
|
2002-07-27 11:48:17 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_IMAGE</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-07-27 11:48:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2016-12-05 10:17:07 +00:00
|
|
|
<para>Alias of <constant>FTP_BINARY</constant>.</para>
|
2002-07-27 11:48:17 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2016-12-05 10:17:07 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-timeout-sec">
|
2002-07-27 11:48:17 +00:00
|
|
|
<term>
|
2016-12-05 10:17:07 +00:00
|
|
|
<constant>FTP_TIMEOUT_SEC</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2002-07-27 11:48:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2005-01-16 06:02:14 +00:00
|
|
|
<para>
|
2016-12-05 10:17:07 +00:00
|
|
|
See <function>ftp_set_option</function> for information.
|
2005-01-16 06:02:14 +00:00
|
|
|
</para>
|
2002-05-06 07:19:01 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2018-09-30 15:11:26 +00:00
|
|
|
<varlistentry xml:id="constant.ftp-usepasvaddress">
|
|
|
|
<term>
|
|
|
|
<constant>FTP_USEPASVADDRESS</constant>
|
|
|
|
(<type>bool</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
See <function>ftp_set_option</function> for information.
|
|
|
|
Available as of PHP 5.6.0.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2002-05-06 07:19:01 +00:00
|
|
|
</variablelist>
|
2007-12-22 00:43:04 +00:00
|
|
|
</appendix>
|
2002-05-06 07:19:01 +00:00
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-05-06 07:19:01 +00:00
|
|
|
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
|
|
|
|
-->
|