filemtime() support added to ftp/stat()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163958 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2004-07-21 21:51:11 +00:00
parent f46e3e0d71
commit 2644847503

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.38 $ -->
<!-- $Revision: 1.39 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@ -390,9 +390,10 @@ foreach(stream_get_meta_data($fp) as $response) {
<entry>Supports <function>stat</function></entry>
<entry>No</entry>
<entry>
<function>filesize</function>, <function>filetype</function>,
<function>file_exists</function>, <function>is_file</function>,
and <function>is_dir</function> elements only.
As of <literal>5.0.0</literal>: <function>filesize</function>,
<function>filetype</function>, <function>file_exists</function>,
<function>is_file</function>, and <function>is_dir</function> elements only.
As of <literal>5.1.0</literal>: <function>filemtime</function>.
</entry>
</row>
<row>