reference/ftp/constants.xml
5bc8ebe3c1e0bb133e058f1b8eb34a721149e893
...
...
@@ -4,117 +4,122 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry>
7
+
<varlistentry xml:id="constant.ftp-ascii">
8
8
<term>
9
9
<constant>FTP_ASCII</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
-
<para></para>
13
+
<para/>
14
14
</listitem>
15
15
</varlistentry>
16
-
<varlistentry>
16
+
<varlistentry xml:id="constant.ftp-autoseek">
17
17
<term>
18
-
<constant>FTP_TEXT</constant>
19
-
(<type>integer</type>)
18
+
<constant>FTP_AUTOSEEK</constant>
19
+
(<type>int</type>)
20
20
</term>
21
21
<listitem>
22
-
<para></para>
22
+
<para>
23
+
See <function>ftp_set_option</function> for information.
24
+
</para>
23
25
</listitem>
24
26
</varlistentry>
25
-
<varlistentry>
27
+
<varlistentry xml:id="constant.ftp-autoresume">
26
28
<term>
27
-
<constant>FTP_BINARY</constant>
28
-
(<type>integer</type>)
29
+
<constant>FTP_AUTORESUME</constant>
30
+
(<type>int</type>)
29
31
</term>
30
32
<listitem>
31
-
<para></para>
33
+
<para>
34
+
Automatically determine resume position and start position for GET and PUT requests
35
+
(only works if FTP_AUTOSEEK is enabled)
36
+
</para>
32
37
</listitem>
33
38
</varlistentry>
34
-
<varlistentry>
39
+
<varlistentry xml:id="constant.ftp-failed">
35
40
<term>
36
-
<constant>FTP_IMAGE</constant>
37
-
(<type>integer</type>)
41
+
<constant>FTP_FAILED</constant>
42
+
(<type>int</type>)
38
43
</term>
39
44
<listitem>
40
-
<para></para>
45
+
<para>
46
+
Asynchronous transfer has failed
47
+
</para>
41
48
</listitem>
42
49
</varlistentry>
43
-
<varlistentry>
50
+
<varlistentry xml:id="constant.ftp-finished">
44
51
<term>
45
-
<constant>FTP_TIMEOUT_SEC</constant>
46
-
(<type>integer</type>)
52
+
<constant>FTP_FINISHED</constant>
53
+
(<type>int</type>)
47
54
</term>
48
55
<listitem>
49
56
<para>
50
-
See <function>ftp_set_option</function> for information.
57
+
Asynchronous transfer has finished
51
58
</para>
52
59
</listitem>
53
60
</varlistentry>
54
-
</variablelist>
55
-
<para>
56
-
The following constants were introduced in PHP 4.3.0.
57
-
</para>
58
-
<variablelist>
59
-
<varlistentry>
61
+
<varlistentry xml:id="constant.ftp-moredata">
60
62
<term>
61
-
<constant>FTP_AUTOSEEK</constant>
62
-
(<type>integer</type>)
63
+
<constant>FTP_MOREDATA</constant>
64
+
(<type>int</type>)
63
65
</term>
64
66
<listitem>
65
67
<para>
66
-
See <function>ftp_set_option</function> for information.
68
+
Asynchronous transfer is still active
67
69
</para>
68
70
</listitem>
69
71
</varlistentry>
70
-
<varlistentry>
72
+
<varlistentry xml:id="constant.ftp-text">
71
73
<term>
72
-
<constant>FTP_AUTORESUME</constant>
73
-
(<type>integer</type>)
74
+
<constant>FTP_TEXT</constant>
75
+
(<type>int</type>)
74
76
</term>
75
77
<listitem>
76
-
<para>
77
-
Automatically determine resume position and start position for GET and PUT requests
78
-
(only works if FTP_AUTOSEEK is enabled)
79
-
</para>
78
+
<para>Alias of <constant>FTP_ASCII</constant>.</para>
80
79
</listitem>
81
80
</varlistentry>
82
-
<varlistentry>
81
+
<varlistentry xml:id="constant.ftp-binary">
83
82
<term>
84
-
<constant>FTP_FAILED</constant>
85
-
(<type>integer</type>)
83
+
<constant>FTP_BINARY</constant>
84
+
(<type>int</type>)
86
85
</term>
87
86
<listitem>
88
-
<para>
89
-
Asynchronous transfer has failed
90
-
</para>
87
+
<para/>
91
88
</listitem>
92
89
</varlistentry>
93
-
<varlistentry>
90
+
<varlistentry xml:id="constant.ftp-image">
94
91
<term>
95
-
<constant>FTP_FINISHED</constant>
96
-
(<type>integer</type>)
92
+
<constant>FTP_IMAGE</constant>
93
+
(<type>int</type>)
94
+
</term>
95
+
<listitem>
96
+
<para>Alias of <constant>FTP_BINARY</constant>.</para>
97
+
</listitem>
98
+
</varlistentry>
99
+
<varlistentry xml:id="constant.ftp-timeout-sec">
100
+
<term>
101
+
<constant>FTP_TIMEOUT_SEC</constant>
102
+
(<type>int</type>)
97
103
</term>
98
104
<listitem>
99
105
<para>
100
-
Asynchronous transfer has finished
106
+
See <function>ftp_set_option</function> for information.
101
107
</para>
102
108
</listitem>
103
109
</varlistentry>
104
-
<varlistentry>
110
+
<varlistentry xml:id="constant.ftp-usepasvaddress">
105
111
<term>
106
-
<constant>FTP_MOREDATA</constant>
107
-
(<type>integer</type>)
112
+
<constant>FTP_USEPASVADDRESS</constant>
113
+
(<type>int</type>)
108
114
</term>
109
115
<listitem>
110
116
<para>
111
-
Asynchronous transfer is still active
117
+
See <function>ftp_set_option</function> for information.
112
118
</para>
113
119
</listitem>
114
120
</varlistentry>
115
121
</variablelist>
116
122
</appendix>
117
-

118
123
<!-- Keep this comment at the end of the file
119
124
Local variables:
120
125
mode: sgml
121
126