Home  >  Article  >  Backend Development  >  php调用csft有关问题

php调用csft有关问题

WBOY
WBOYOriginal
2016-06-13 13:36:451167browse

php调用csft问题
我csft已经配置好了, #/usr/local/csft/bin/search test,也能搜索出来,但是怎么用PHP调用呢?我看过的教程都是在命令行调用,那怎么在APACHE下显示搜索的东西呢??? 


------解决方案--------------------
php调用linux命令行system()

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article: 正则 Next article: php session_start有关问题