コード例 #1
0
ファイル: log.php プロジェクト: ASDAFF/bxApiDocs
	public static function SetUserCache($user_id, $max_id, $max_viewed_id, $count)
	{
		CSocNetLogTools::SetUserCache("log", $user_id, $max_id, $max_viewed_id, $count);
	}