It closes an open file pointer
Example
<?php
$fp = fopen(‘test.txt’, ‘r’);
fclose($fp);
?>
Switch to our mobile site