   #PHP Manual Zlib Compression Functions gzopen gzputs

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  gzpassthru

   (PHP 3, PHP 4 )
   gzpassthru --  Output all remaining data on a gz-file pointer

Description

   int gzpassthru ( resource zp)

   Reads to EOF on the given gz-file pointer and writes the
   (uncompressed) results to standard output.

   If an error occurs, returns FALSE.

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

   Prev   Home   Next
   gzopen  Up  gzputs
