Unsupported PHP app for analysing and displaying stats for Team Fortress 2
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

steam.php 376B

123456789101112131415
  1. <?PHP
  2. class SteamHandler {
  3. /*-------------------------------------------------------------------------*\
  4. * Handles STEAMID validation messages *
  5. \*-------------------------------------------------------------------------*/
  6. public function parseLine($date, $player, $playerdetails, $line) {
  7. // TODO: Implement me
  8. }
  9. }
  10. ?>