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

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

WBOY
Release: 2016-07-21 15:58:40
Original
808 people have browsed it

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template