HttpInflateStream
(No version information available, might be only in CVS)
HttpInflateStream — HTTP Inflate Stream
Synopsis
class HttpInflateStream
Class Members
Constants
Table 115.
| Type | Name | Description |
|---|---|---|
| int | FLUSH_NONE | no forced flush |
| int | FLUSH_SYNC | synching flush |
| int | FLUSH_FULL | full flush |
Note: Flushing usually has no effect on inflate streams.
Methods
HttpInflateStream::factory() |
HttpInflateStream::__construct() |
HttpInflateStream::update() |
HttpInflateStream::flush() |
HttpInflateStream::finish() |
Examples
Example 847. A HttpInflateStream example
<?php
$stream = new HttpInflateStream;
echo $stream->update($data);
echo $stream->finish();
?>
HttpInflateStream
There are no user contributed notes for this page.
