Decompress a deflated string. Once uncompressed, the uncompressed string is then used as the wrapped stream.
string $filter De-compression filter:
bool Returns TRUE on success or FALSE on failure
public function uncompress($filter = 'zlib.inflate');