PHP fstat() 函数
❮ PHP 文件系统参考定义和用法
fstat() 函数返回有关打开文件的 信息。
注意: 此函数的结果因服务器而异。 数组可能包含数字索引、名称索引或两者。
提示: 此函数类似于 stat(),不同之处在于此函数要求文件必须已打开。
语法
fstat(file)
参数值
参数 | 描述 |
---|---|
file | 必填。 指定要检查的打开文件 |
技术细节
返回值 | 包含有关打开文件的 信息的数组
|
---|---|
PHP 版本 | 4.0+ |
❮ PHP 文件系统参考
fstat() 函数返回有关打开文件的 信息。
注意: 此函数的结果因服务器而异。 数组可能包含数字索引、名称索引或两者。
提示: 此函数类似于 stat(),不同之处在于此函数要求文件必须已打开。
fstat(file)
参数 | 描述 |
---|---|
file | 必填。 指定要检查的打开文件 |
返回值 | 包含有关打开文件的 信息的数组
|
---|---|
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]