language/wrappers/ftp.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="wrappers.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="wrappers.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>ftp://</refname>
7
7
<refname>ftps://</refname>
...
...
@@ -78,10 +78,10 @@
78
78
<row>
79
79
<entry>Supports <function>stat</function></entry>
80
80
<entry>
81
-
<function>filesize</function>, <function>filetype</function>,
82
-
<function>file_exists</function>, <function>is_file</function>,
83
-
and <function>is_dir</function> elements only.
84
-
As of PHP 5.1.0: <function>filemtime</function>.
81
+
<function>filesize</function>, <function>filemtime</function>,
82
+
<function>filetype</function>, <function>file_exists</function>,
83
+
<function>is_file</function>, and <function>is_dir</function>
84
+
elements only.
85
85
</entry>
86
86
</row>
87
87
<row>
88
88