Added note about ftp_mdtm not working with directories.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31600 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
foobar 2000-08-31 14:44:45 +00:00
parent 5fc9e137b0
commit d4174f0aa3

View file

@ -401,7 +401,13 @@
<function>ftp_mdtm</function> checks the last-modified time for a
file, and returns it as a UNIX timestamp. If an error occurs, or
the file does not exist, -1 is returned. Note that not all servers
support this feature.</para>
support this feature.
</para>
<note>
<para>
<function>ftp_mdtm</function> does not work with directories.
</para>
</note>
</refsect1>
</refentry>