标签: php sphinx centos6
我无法从php文件中删除Linux / Centos中的searchd进程,但我可以直接从ssh中删除
public function doStop() { $command = '/usr/bin/killall -9 searchd'; exec($command); return $this; }
答案 0 :(得分:0)
我使用C ++包装器文件来执行命令 它现在工作正常