コード例 #1
0
ファイル: components.php プロジェクト: SIT-Decoders/Aurora
function getrankings($code)
{
    $result = Leaderboard::getStaticRankTableInJSON($code);
    return json_decode($result['ranktable'], true);
}