Inheritance: extends Thread
Ejemplo n.º 1
0
 /**
  * Sets a local variable to true so the running event loop can check for a kill signal.
  */
 public function kill()
 {
     $this->killed = true;
     return parent::kill();
 }