Uncompress a gzip file from CURL, on php

后端 未结 7 1209
一个人的身影
一个人的身影 2020-12-01 15:58

Does anyone know how to uncompress the contents of a gzip file that i got with curl?

for example: http://torcache.com/torrent/63ABC1435AA5CD48DCD866C6F7D5E8076603439

相关标签:
7条回答
  • 2020-12-01 16:30

    libcurl offers a feature that makes it decompress the contents automatically (if built with zlib).

    See the CURLOPT_ACCEPT_ENCODING option: https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPT_ENCODING.html

    0 讨论(0)
提交回复
热议问题