PHP fclose May 11, 2012 Pramod T P It closes an open file pointer Example <?php $fp = fopen(‘test.txt’, ‘r’); fclose($fp); ?>