php-doc-en/reference/ftp/constants.xml
Hannes Magnusson 04a5f97879 MFB: Upgrade to the new-reference-structure
- (Created missing setup sections in setup.xml, if any)
 - Moved the intro (the giant table) to book.xml
 - Changed the intro ID from <extname>.intro to intro.<extname>
 - Moved the constants entity to book.xml
 - Changed constants.xml to be an appendix
 - Moved the example to its own chapter (in examples.xml)
	NOTE: The chapter ID is ftp.examples, the example itself does not have an ID
 - Moved the requirements/configuration/resources sections to setup.xml
 - Moved the configure entity to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248722 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-22 00:43:04 +00:00

137 lines
2.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<appendix xml:id="ftp.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
<constant>FTP_ASCII</constant>
(<type>integer</type>)
</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_TEXT</constant>
(<type>integer</type>)
</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_BINARY</constant>
(<type>integer</type>)
</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_IMAGE</constant>
(<type>integer</type>)
</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_TIMEOUT_SEC</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
See <function>ftp_set_option</function> for information.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>
The following constants were introduced in PHP 4.3.0.
</para>
<variablelist>
<varlistentry>
<term>
<constant>FTP_AUTOSEEK</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
See <function>ftp_set_option</function> for information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_AUTORESUME</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
Automatically determine resume position and start position for GET and PUT requests
(only works if FTP_AUTOSEEK is enabled)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_FAILED</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
Asynchronous transfer has failed
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_FINISHED</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
Asynchronous transfer has finished
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FTP_MOREDATA</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
Asynchronous transfer is still active
</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:"../../../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
-->