1 2 3 4 5 6 7 8 9 10 11 12 | /**(V3.8 新增)(V6.1 更新) * 写入缓存 * @param $name 缓存名称 * @param $data 缓存数据 * @param $timeout 过期时间 * @return int */ function setcache( $name , $data , $timeout =0) { yzm_base::load_sys_class( 'cache_factory' , '' ,0); $cache = cache_factory::get_instance()->get_cache_instances(); return $cache ->set( $name , $data , $timeout ); } |
setcache
上一篇:set_module_theme
下一篇:getcache
有问题可以加入织梦技术QQ群一起交流学习
本站vip会员 请加入 VIP②群 PS:加入时备注用户名或昵称
普通注册会员或访客 请加入技术交流②群
作者:54818模板网 关注:855 时间:2021-08-12 23:48:36
相关网站教程: