Home  >  Article  >  Backend Development  >  ob_start(),ob_start(''ob_gzhandler'') use_PHP tutorial

ob_start(),ob_start(''ob_gzhandler'') use_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:58:40745browse

Try to use ob_start() before output; it can speed up the output, suitable for NT
for unix servers

If you use ob_start('ob_gzhandler'); the output efficiency will be higher

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/317545.htmlTechArticleTry to use ob_start() before output; it can speed up the output and is suitable for NT. For unix servers, if you use ob_start( 'ob_gzhandler');The output efficiency will be higher...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn