Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.fclose.html
Дата изменения: Sun Feb 3 22:38:42 2002
Дата индексирования: Mon Oct 1 21:07:35 2012
Кодировка:
fclose

fclose

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

fclose -- Closes an open file pointer

Description

bool fclose ( int fp)

The file pointed to by fp is closed.

Returns TRUE on success and FALSE on failure.

The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen().