Home > Backend Development > PHP Tutorial > is_readable判断时的用户名是什么,该如何处理

is_readable判断时的用户名是什么,该如何处理

WBOY
Release: 2016-06-13 12:16:49
Original
911 people have browsed it

is_readable判断时的用户名是什么
 bool is_readable ( string filename )
 如果由 filename 指定的文件或目录存在并且可读则返回 TRUE。
 记住:PHP 只能以运行 webserver 的用户名(通常为 'nobody')来访问文件。不计入安全模式的限制。

这函数判断时要知道用户名,这个用户名从哪里可以知道呢?
------解决思路----------------------
就是apache的用戶名,一般是www-data

打開/etc/apache2/apache2.conf 
查找User 和 Group就知道了

------解决思路----------------------
楼上正解 有的是_www 有的就是Apache2

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template