From 2644847503d8d874dd3e32d4b7548a3569479deb Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 21 Jul 2004 21:51:11 +0000 Subject: [PATCH] filemtime() support added to ftp/stat() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163958 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 73c3d6ffd7..377054b19f 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -390,9 +390,10 @@ foreach(stream_get_meta_data($fp) as $response) { Supports stat No - filesize, filetype, - file_exists, is_file, - and is_dir elements only. + As of 5.0.0: filesize, + filetype, file_exists, + is_file, and is_dir elements only. + As of 5.1.0: filemtime.