PHP fileinode() 函数
❮ PHP 文件系统参考定义和用法
fileinode() 函数返回指定文件的 inode。
注意: 此函数的结果被缓存。 使用 clearstatcache() 清除缓存。
语法
fileinode(filename)
参数值
参数 | 描述 |
---|---|
filename | 必需。 指定要检查的文件的路径。 |
技术细节
返回值 | 成功时返回文件的 inode 号码,失败时返回 FALSE。 |
---|---|
PHP 版本 | 4.0+ |
❮ PHP 文件系统参考
fileinode() 函数返回指定文件的 inode。
注意: 此函数的结果被缓存。 使用 clearstatcache() 清除缓存。
fileinode(filename)
参数 | 描述 |
---|---|
filename | 必需。 指定要检查的文件的路径。 |
返回值 | 成功时返回文件的 inode 号码,失败时返回 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]