Unsupported PHP app for analysing and displaying stats for Team Fortress 2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. ?>