标签:temp redis 文件的 内容 start 目录 编程实践 关闭 str
$smarty->cachedir=$ROOT·"/cache";//缓存目录
$smarty->caching=true;//是否开启缓存
$smarty->cachelifetime="3600";//缓存时间
$smarty->display(string template[,string cache_id[,string compile_id]]);
$smarty->clear_all_cache();//清除所有缓存
$smarty->clear_cache('file.html');//清除指定的缓存
$smarty->clear_cache('article.html',$art_id);//清除同一个模板下的指定缓存号的缓存
ob_start();//打开输出控制缓冲
ob_get_contents(); //返回输出缓冲区内容
0b_clean(); //清空输出缓冲区
0b_end_flush(); //冲刷出(送出)输出缓冲区内容井关闭缓冲
使用filectime函数
常见消息队列产品
Kafka、ActiveMQ、ZeroMQ、RabbitMQ、Redis等
标签:temp redis 文件的 内容 start 目录 编程实践 关闭 str
原文地址:https://www.cnblogs.com/qinsilandiao/p/10758082.html