超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<is_linkis_uploaded_file>
Last updated: Fri, 22 Jun 2007

is_readable

(PHP 3, PHP 4 , PHP 5)

is_readable -- 判断给定文件名是否可读

说明

bool is_readable ( string filename)

如果文件存在并且可读则返回 TRUE

记住 PHP 也许只能以运行 webserver 的用户名(通常为 'nobody')来访问文件。不计入安全模式的限制。

注: 本函数的结果会被缓存。详细信息参见 clearstatcache()

注: 本函数不能作用于远程文件,被检查的文件必须通过服务器的文件系统访问。

参见 is_writable()file_exists()fgets()




add a note add a note User Contributed Notes
is_readable
takeda at takeda dot tk
07-Jun-2003 12:36
this function also can be used if you want check permissions for directory.

<is_linkis_uploaded_file>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22