Threads

TimerTask.class.php


<?php
  
class TimerTask {

    
public function run() {
      return 
FALSE;
    }
  }
?>