# $name 計 男性 女性 勝利 平均スコア 最大スコア EOM; $rank = 0; foreach ($stat as $s) { $rank ++; $average_score = floor($s['average_score']); echo <<< EOM $rank {$s['name']} {$s['total_count']} {$s['male_count']} {$s['female_count']} {$s['winner_count']} $average_score {$s['max_score']} EOM; } echo ""; } $db = new ScoreDB(); $time_start = microtime(true); $statistics = $db->get_statistics_tables(); $query_time = microtime(true) - $time_start; ?> 変愚蛮怒 人気のある種族・職業・性格 クエリ時間

人気のある種族


人気のある職業


人気のある性格