我们需要关闭file_get_contents吗?

har*_*329 7 php file-get-contents

我在file_get_contents()循环中运行,我看到在Apache日志中打开了很多文件.我不知道背后的原因.file_get_contents()每次阅读后我们是否需要关闭该功能?

小智 14

file_get_contents()然后读取文件并关闭文件.它返回读取数据或者false,因此fclose()无论如何都没有文件句柄可用于.