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

log.php 507B

12345678910111213141516
  1. <?PHP
  2. class LogHandler {
  3. /*-------------------------------------------------------------------------*\
  4. * Handles log events. *
  5. * *
  6. * Line sample: file closed *
  7. \*-------------------------------------------------------------------------*/
  8. public function parseLine($date, $player, $playerdetails, $line) {
  9. }
  10. }
  11. ?>