Unsupported PHP app for analysing and displaying stats for Team Fortress 2
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

world.php 376B

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