|
inflate_addIncrementally inflate encoded data Description
stringfalse inflate_add(InflateContext
$context , string $data , int $flush_mode = ZLIB_SYNC_FLUSH )
Incrementally inflates encoded data in the specified Limitation: header information from GZIP compressed data are not made available. Parameters
Return Values
Returns a chunk of uncompressed data, or Errors/Exceptions
If invalid parameters are given, inflating the data requires a preset
dictionary, but none is specified, the compressed stream is corrupt or has an
invalid checksum, an error of level Changelog
See Also
|