The HttpInflateStream class
(PECL pecl_http >= 0.21.0)
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 class constructor
- HttpInflateStream::factory — HttpInflateStream class factory
- HttpInflateStream::finish — Finalize inflate stream
- HttpInflateStream::flush — Flush inflate stream
- HttpInflateStream::update — Update inflate stream
[an error occurred while processing the directive]
- Введение
- Установка и настройка
- Предопределенные константы
- Options usable with the HttpRequest class and request functions
- The HttpDeflateStream class
- The HttpInflateStream class
- The HttpMessage class
- The HttpQueryString class
- The HttpRequest
- The HttpRequestPool class
- The HttpResponse
- HTTP Функции
Коментарии
404 Not Found