| | |
| | | #date_default_timezone_set("PRC"); |
| | | |
| | | $billboardKeyCh = array( |
| | | 'Index' => \Lang\gettext('Index'), |
| | | 'Rank' => \Lang\gettext('排名'), |
| | | 'Name1' => \Lang\gettext('玩家'), |
| | | 'ID' => \Lang\gettext('ID'), |
| | |
| | | for ($i = 0; $i < $retCount; $i++) { |
| | | $dataInfo = $resultList[$i]; |
| | | echo "<tr>"; |
| | | $rank = $i + 1; |
| | | echo "<td align='center'>" . $dataInfo["Rank"] . "</td>"; |
| | | echo "<td align='center'>" . ($dataInfo["Index"]?$dataInfo["Index"]:0) . "</td>"; |
| | | |
| | | foreach ($billboardKeyCh as $key => $value) { |
| | | if ($key == "Rank") { |
| | | if ($key == "Index") { |
| | | continue; |
| | | } |
| | | // 没有指定要显示的key |