コード例 #1
0
ファイル: Tor.php プロジェクト: bpteam/php-tor-control
 public function stopAll()
 {
     $executor = new PhpShell();
     $executor->parse('killall tor');
     $executor->exec(true);
 }