开发者

PHP - ob_start("ob_gzhandler") why the function not use directly in zend framework project?

I beginer in zend framework.

ob_start("ob_gzhandler") - why the function not use directly in zend framework project?

(does ob_start("ob_gzhandler") used auto in zend framework? )

Than开发者_如何学Pythonks


Zend Controller Response uses output buffering by default (you may disable it if you wish and use your own handler or oveload default response).

You may set up gzip compression in php.ini easily, so ob_gzhandler is not needed at all.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜