PHP fileperms() 函数
❮ PHP 文件系统参考定义和使用
fileperms() 函数返回文件的权限。
注意: 此函数的结果被缓存。 使用 clearstatcache() 来清除缓存。
语法
fileperms(filename)
参数值
参数 | 描述 |
---|---|
filename | 必需。 指定要检查的文件的路径 |
技术细节
返回值 | 文件的权限,以数字表示,失败时为 FALSE |
---|---|
PHP 版本 | 4.0+ |
更多示例
❮ PHP 文件系统参考
fileperms() 函数返回文件的权限。
注意: 此函数的结果被缓存。 使用 clearstatcache() 来清除缓存。
fileperms(filename)
参数 | 描述 |
---|---|
filename | 必需。 指定要检查的文件的路径 |
返回值 | 文件的权限,以数字表示,失败时为 FALSE |
---|---|
PHP 版本 | 4.0+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]