|
inflate_initInitialize an incremental inflate context Description
InflateContextfalse inflate_init(int
$encoding , array $options = [])
Initialize an incremental inflate context with the specified
Parameters
Return Values
Returns an inflate context resource ( Errors/Exceptions
If an invalid encoding or option is passed to Changelog
NotesCaution
Unlike gzinflate, incremental inflate contexts do not constrain the length of the decoded data, so provide no automatic protection against Zip bombs. See Also
|