php man page for httpinflatestream

Query: httpinflatestream

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTTPINFLATESTREAM(3)							 1						      HTTPINFLATESTREAM(3)

The HttpInflateStream class

CLASS SYNOPSIS
HttpInflateStream HttpInflateStream o public HttpInflateStream::__construct ([int $flags]) o public HttpInflateStream HttpInflateStream::factory ([int $flags], [string $class_name = "HttpInflateStream"]) o public string HttpInflateStream::finish ([string $data]) o public string HttpInflateStream::flush ([string $data]) o public string HttpInflateStream::update (string $data)
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(); ?> PHP Documentation Group HTTPINFLATESTREAM(3)
Related Man Pages
cairopssurface(3) - php
cairosvgsurface(3) - php
recursivearrayiterator(3) - php
splfileinfo(3) - php
spltempfileobject(3) - php
Similar Topics in the Unix Linux Community
end of case
how to echo the file contents LINE BY LINE
Extract substring from a string
Command to flush specific domain in SunOS 5 DNS