用户缓存变量表

调用方式

global $CACHE;

$user_cache = $CACHE->readCache('user');

可用变量 1为用户uid

$user_cache[1]['photo']['src'] 头像连接

$user_cache[1]['photo']['width'] 头像宽度

$user_cache[1]['photo']['height'] 头像高度

$user_cache[1]['avatar'] 头像

$user_cache[1]['name_orig'] 最初的名字

$user_cache[1]['name'] 用户名

$user_cache[1]['mail'] 邮箱

$user_cache[1]['des'] 签名

$user_cache[1]['ischeck'] 是否阻止

$user_cache[1]['role'] 帐号

此外,sta 网站统计缓存中还有以下数据可用

$sta_cache[1]['lognum'] 该用户发表文章数

$sta_cache[1]['draftnum'] 该用户草稿

$sta_cache[1]['commentnum'] 该用户所有评论

$sta_cache[1]['hidecommentnum']该用户未审核评论数

$sta_cache[1]['twnum'] 该用户发表微语数

你可能感兴趣的:(用户缓存变量表)