Home > PHP > Function > > HttpInflateStream::flush()

HttpInflateStream::flush()

HttpInflateStream::flush - Flush inflate stream

Syntax

public HttpInflateStream::flush (string $data)

Arguments

  • data - more data to inflate

Description

Flushes the inflate stream.

Version

PHP PECL pecl_http >= 0.21.0

Return value

Returns some inflated data as string on success or FALSE on failure.