示例#1
0
 public static function GetUserIdFromRssID($rss_id)
 {
     $ret = StudipNews::GetRangeIdFromRssID($rss_id);
     return $ret['range_id'];
 }