PHP fclose() 函数
❮ PHP 文件系统参考定义和用法
fclose() 函数关闭打开的文件指针。
注意: 该文件必须已通过 fopen() 或 fsockopen() 打开。
语法
fclose(filepointer)
参数值
参数 | 描述 |
---|---|
filepointer | 必需。指定要关闭的文件。 |
技术细节
返回值 | 成功时返回 TRUE,失败时返回 FALSE |
---|---|
PHP 版本 | 4.0+ |
❮ PHP 文件系统参考
fclose() 函数关闭打开的文件指针。
注意: 该文件必须已通过 fopen() 或 fsockopen() 打开。
fclose(filepointer)
参数 | 描述 |
---|---|
filepointer | 必需。指定要关闭的文件。 |
返回值 | 成功时返回 TRUE,失败时返回 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]