zdw999
中级会员
 
UID 81322
精华
0
积分 293
帖子 227
金钱 293 喜悦币
威望 0
人脉 0
阅读权限 30
注册 2006-10-10
状态 在线
|
[推荐阅读] 用php导出csv时出现乱码
我花了几个小时,因为水平菜,看提了以下的函数
<?php function fetch_cache($_cache_file,$display = false) { ob_start(); if (file_exists($_cache_file)){ include($_cache_file); }else{ dexit("Current template file '$file' not found !"); } $_results = ob_get_contents(); ob_end_clean(); if($display) { echo $_results; }else{ return $_results; }
} ?>
| 
宠辱不惊,闲看庭前花开花落;去留无意,漫随天外云卷云舒
|
|