gzclose
(PHP 3, PHP 4 , PHP 5)
gzclose -- Close an open gz-file pointer
Description
int
gzclose ( resource zp)
The gz-file pointed to by zp is closed.
Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.
The gz-file pointer must be valid, and must point to a file
successfully opened by gzopen().
See also gzopen().