ExamplesThis example opens a temporary file and writes a test string to it, then it prints out the content of this file twice. Example #1 Small Zlib Example
<?php Example #2 Working with the incremental compression and decompression API as of PHP 7.0.0
// Perform GZIP compression: The above example will output: Data to compress, more data, and even more data! |