| 
 | gzwriteBinary-safe gz-file write Description
   int gzwrite
    ( resource  $zp, string$string[, int$length] )
   gzwrite writes the contents of
    Parameters
 
 Return ValuesReturns the number of (uncompressed) bytes written to the given gz-file stream. Examples
 Example #1 gzwrite example 
<?phpSee Also
 
 |