|
inflate_addIncrementally inflate encoded data Beschreibung
string inflate_add
( resource
$context
, string $encoded_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. Parameter-Liste
Rückgabewerte
Returns a chunk of uncompressed data, Im Fehlerfall wird Fehler/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 Siehe auch
|