File Close
The next step after you have opened a file is to close that file.
Description
In PHP it is not system to close all your files after using them because the server will close all files after the PHP code finishes execution.
File Close Function
In a previous section, we had a call to the function fclose to close down a file after we were done with it. (more…)


