reference/ftp/functions/ftp-systype.xml
4d1c34c9b7a30cfc3a59641122c707a2812cfed7
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>ftp_systype</methodname>
12
-
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>ftp_systype</methodname>
12
+
<methodparam><type>FTP\Connection</type><parameter>ftp</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns the system type identifier of the remote FTP server.
...
...
@@ -20,11 +20,9 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>ftp_stream</parameter></term>
23
+
<term><parameter>ftp</parameter></term>
24
24
<listitem>
25
-
<para>
26
-
The link identifier of the FTP connection.
27
-
</para>
25
+
&ftp.parameter.ftp;
28
26
</listitem>
29
27
</varlistentry>
30
28
</variablelist>
...
...
@@ -36,6 +34,24 @@
36
34
Returns the remote system type, or &false; on error.
37
35
</para>
38
36
</refsect1>
37
+

38
+
<refsect1 role="changelog">
39
+
&reftitle.changelog;
40
+
<informaltable>
41
+
<tgroup cols="2">
42
+
<thead>
43
+
<row>
44
+
<entry>&Version;</entry>
45
+
<entry>&Description;</entry>
46
+
</row>
47
+
</thead>
48
+
<tbody>
49
+
&ftp.changelog.ftp-param;
50
+
</tbody>
51
+
</tgroup>
52
+
</informaltable>
53
+
</refsect1>
54
+
39
55
<refsect1 role="examples">
40
56
&reftitle.examples;
41
57
<para>
...
...
@@ -69,7 +85,6 @@ Example.com is powered by UNIX
69
85
</para>
70
86
</refsect1>
71
87
</refentry>
72
-

73
88
<!-- Keep this comment at the end of the file
74
89
Local variables:
75
90
mode: sgml
76
91