Search Results
gzwrite () writes the contents of data to the given gz-file.
Parameters stream The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen. data The string to write. length The number of uncompressed bytes to write. If supplied, writing will stop after length (uncompressed) bytes have been written or the end of data is reached, whichever comes first.
gzwrite is a php function that will read a gzip compressed file and write its contents to a file in uncompressed format. The file that needs to be read can be specified as an argument, or you can use a variable to store the contents that will be written.
Execute gzwrite Online. Info and examples on gzwrite PHP Function from Zlib Compression - Compression and Archive Extensions
gzwrite () writes the contents of data to the given gz-file.
Parameters zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen (). string The string to write. length The number of uncompressed bytes to write. If supplied, writing will stop after length (uncompressed) bytes have been written or the end of string is reached, whichever comes first. Note: Note that if the length argument is given, then the magic ...
Description The gzwrite of zlib for PHP binary-safe gz-file write.
