问题描述
我想将 Transfer-Encoding: chunked 标头添加到我正在输出的文件(它只是生成纯文本),但是当我添加时:
i want to add Transfer-Encoding: chunked header to the file that i'm outputing (its just generated plain text), but when i add:
header("Transfer-Encoding: chunked");
flush();
浏览器不想打开文件.
位于 ... 的网页可能是暂时下降或可能已经移动永久转移到一个新的网址.
The webpage at ... might be temporarily down or it may have moved permanently to a new web address.
我需要做什么才能让它工作?
what i need to do for it to work?
推荐答案
您需要在发送的每个块中发送 Content-Length.查看 Wikipedia 以获得第一印象,分块编码的外观.它不是那么微不足道,而且在许多情况下它的尺寸过大.
You need to send the Content-Length with every chunk you send. Look at Wikipedia for a first impression, how a chunked encoding looks like. Its not that trivial and in many cases its oversized.
更新:首先,您发送标头,因为它们必须始终在任何内容之前发送(也使用分块编码).然后你发送(对于每个块)大小(十六进制),然后是内容.在每个块之后记住 flush().最后,您必须发送一个大小为零的块以确保连接正确关闭.
Update:
First you send the headers, because they must always send before any content (also with chunked encoding). Then you send (for every chunk) the size (in hexadecimal) followed by the content. Remember flush() after every chunk. At last you must send a zero-size chunk to make sure, that the connection get closed properly.
它没有经过测试,但是是这样的
Its not tested, but something like this
header("Transfer-Encoding: chunked");
echo "5
";
echo "Hello";
echo "
";
flush();
echo "5
";
echo "World";
echo "
";
flush();
echo "0
";
flush();
这篇关于“传输编码:分块"PHP中的标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!



大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)