The HttpInflateStream class
Sinopsisul clasei
HttpInflateStream
HttpInflateStream
{
}Class Members
Constants
| Type | Name | Description |
|---|---|---|
| int | FLUSH_NONE | no forced flush |
| int | FLUSH_SYNC | synching flush |
| int | FLUSH_FULL | full flush |
Notă: Flushing usually has no effect on inflate streams.
Exemple
Example #1 A HttpInflateStream example
<?php
$stream = new HttpInflateStream;
echo $stream->update($data);
echo $stream->finish();
?>
Cuprins
- HttpInflateStream::__construct — HttpInflateStream class constructor
- HttpInflateStream::factory — HttpInflateStream class factory
- HttpInflateStream::finish — Finalize inflate stream
- HttpInflateStream::flush — Flush inflate stream
- HttpInflateStream::update — Update inflate stream
The HttpInflateStream class
There are no user contributed notes for this page.
