September 24, 2017

Core PHP: Writing to a File (8.2)

fclose()


The fclose() function closes an open file and returns TRUE on success or FALSE on failure.
It's a good practice to close all files after you have finished working with them.

No comments:

Post a Comment