(Информация о версии неизвестна, возможно, только в SVN)
Замечание: Flushing usually has no effect on inflate streams.
Замечание:
Flushing usually has no effect on inflate streams.
Пример #1 A HttpInflateStream example
<?php$stream = new HttpInflateStream;echo $stream->update($data);echo $stream->finish();?>