   #PHP Manual Zlib Compression Functions Zlib Compression Functions
   gzcompress

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                    gzclose

   (PHP 3, PHP 4 )
   gzclose -- Close an open gz-file pointer

Description

   int gzclose ( resource zp)

   The gz-file pointed to by zp is closed.

   Returns TRUE on success or FALSE on failure.

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

   Prev                       Home       Next
   Zlib Compression Functions  Up  gzcompress
