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