mac 下 sphinx + mysql + php 实现全文搜索(xampp)(4)php api 解析

1:function GetLastError()  // 假如报错的话,会输出报错信息

2:function GetLastWarning ()// 输出 警告信息

3:function SetServer ( $host, $port ) 链接 sphinx 索引数据 ,默认host and port =》 'localhost' and 9312.

4:function SetRetries ( $count, $delay=0 ) 

参考地址:http://php.net/manual/zh/class.sphinxclient.php

参考地址:http://sphinxsearch.com/wiki/doku.php?id=sphinx_manual_chinese

原文地址:https://www.cnblogs.com/yubinbin/p/4764211.html