(PHP 4, PHP 5, PHP 7)
fclose — �ر�һ���Ѵ��ļ�ָ��
$handle
) : bool
�� handle
ָ����ļ��رա�
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 һ���� fclose() ����
<?php
$handle = fopen('somefile.txt', 'r');
fclose($handle);
?>