标签: php
file1.avi被压缩到file1.gz中并上传到服务器。
当有人下载file1.gz时,我想直接提供file1.avi:
这意味着:该脚本解压缩file1.gz并发送其内容:file1.avi
答案 0 :(得分:0)
我建议使用file_get_contents()和gzdecode():)
file_get_contents()
gzdecode()