Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我总是以 index.php 开始ob_start("ob_gzhandler");并以ob_flush();
ob_start("ob_gzhandler");
ob_flush();
我在我的文件管理器中使用HTTP 下载来下载文件,它运行良好,但如果下载请求从ob_start("ob_gzhandler");index.php 开始,它就不起作用。
我在下载脚本之前清理并关闭输出缓冲
ini_set('zlib.output_compression','Off'); ob_end_clean();
但用户仍然无法下载文件