調(diào)用方式
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'] 帳號(hào)
此外,sta 網(wǎng)站統(tǒng)計(jì)緩存中還有以下數(shù)據(jù)可用
$sta_cache[1]['lognum'] 該用戶發(fā)表文章數(shù)
$sta_cache[1]['draftnum'] 該用戶草稿
$sta_cache[1]['commentnum'] 該用戶所有評(píng)論
$sta_cache[1]['hidecommentnum']該用戶未審核評(píng)論數(shù)
$sta_cache[1]['twnum'] 該用戶發(fā)表微語(yǔ)數(shù)