Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.gzclose.html
Дата изменения: Sun Feb 3 22:58:33 2002
Дата индексирования: Tue Oct 2 00:56:27 2012
Кодировка:
gzclose

gzclose

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

gzclose -- Close an open gz-file pointer

Description

int gzclose ( int zp)

The gz-file pointed to by zp is closed.

Returns TRUE on success and FALSE on failure.

The gz-file pointer must be valid, and must point to a file successfully opened by gzopen().