Join Up!
Note: Flushing usually has no effect on inflate streams.
Example #1 A HttpInflateStream example
<?php $stream = new HttpInflateStream; echo $stream->update($data); echo $stream->finish(); ?>