如何判断 ob_gzhandler 是否正常工作?

发布于 2024-09-02 06:51:05 字数 101 浏览 1 评论 0原文

我如何检查是否

ob_start("ob_gzhandler");

有效并测试有或没有它的差异?

谢谢,

How can I check to see if

ob_start("ob_gzhandler");

is working and test the difference with or without it?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风启觞 2024-09-09 06:51:05

使用 Firebug 的“Net”选项卡,检查 Content-Encoding 标头值为 gzipdeflate

或者,尝试在线 gzip 测试

查看此问题

Using the "Net" tab of Firebug, check to see if the Content-Encoding header has a value of gzip or deflate.

Or, try the online gzip test.

See this question.

各自安好 2024-09-09 06:51:05

您可以使用 ob_list_handlers 获取正在使用的处理程序数组。

You can use ob_list_handlers to get an array of handlers that are in use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文