从php中杀死searchd sphinx进程

时间:2013-11-21 06:06:22

标签: php sphinx centos6

我无法从php文件中删除Linux / Centos中的searchd进程,但我可以直接从ssh中删除

 public function doStop()
    { 

    $command = '/usr/bin/killall -9 searchd';

     exec($command);   
        return $this;
    } 

1 个答案:

答案 0 :(得分:0)

我使用C ++包装器文件来执行命令 它现在工作正常