mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
5fc9e137b0
commit
d4174f0aa3
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue