码迷,mamicode.com
首页 > 其他好文 > 详细

ob_get_contents

时间:2015-03-13 18:15:03      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:

ob_start(); //打开缓存区
include $this->compile_path; //缓存区的输出
$contents = ob_get_contents(); //获取缓存区内容
ob_end_clean(); //清除缓存区
echo $contents; //输出内容

ob_get_contents

标签:

原文地址:http://www.cnblogs.com/zhizhong/p/4335505.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!