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 classCLASS SYNOPSISHttpInflateStream 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 MEMBERSCONSTANTS+-----+-----------------+---+ |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.EXAMPLESExample #1 A HttpInflateStream example <?php $stream = new HttpInflateStream; echo $stream->update($data); echo $stream->finish(); ?> PHP Documentation Group HTTPINFLATESTREAM(3)
Related Man Pages |
---|
arrayiterator(3) - php |
gearmanworker(3) - php |
httpinflatestream(3) - php |
recursivearrayiterator(3) - php |
streamwrapper(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 |