The HttpInflateStream class
Class synopsis
HttpInflateStream
{
}Class Members
Constants
| 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.
Examples
Example #1 A HttpInflateStream example
<?php
$stream = new HttpInflateStream;
echo $stream->update($data);
echo $stream->finish();
?>
Table of Contents
- HttpInflateStream::__construct — سازنده کلاس HttpInflateStream
- HttpInflateStream::factory — کارخانه HttpInflateStream
- HttpInflateStream::finish — نهایی کردن جریان کاهش
- HttpInflateStream::flush — ارسال به خروجی جریان کاهش یافته
- HttpInflateStream::update — بروزرسانی جریان کاهش یافته
There are no user contributed notes for this page.
