| bzwriteBinary safe bzip2 file write Description
   int bzwrite
    ( resource  $bz, string$data[, int$length] )bzwrite writes a string into the given bzip2 file stream. Parameters
 
 Return Values
   Returns the number of bytes written, or  Examples
 Example #1 bzwrite example 
<?phpSee Also
 
 |