Ejemplo n.º 1
0
 public function stopAll()
 {
     $executor = new PhpShell();
     $executor->parse('killall tor');
     $executor->exec(true);
 }