大文本 php中输出大数据文本的方法
php中输出大数据文本的方法 [代码片段(8行)]
ob_start(); echo 'Put your text here'; $body = ob_get_contents(); ob_end_clean(); echo $body;
精彩图集
精彩文章
ob_start(); echo 'Put your text here'; $body = ob_get_contents(); ob_end_clean(); echo $body;
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229