... `db` * `setFuzzy()` - 设置开启模糊搜索, 传入参数 false 可关闭模糊搜索 * `setLimit($limit, $offset = 0)` - 设置搜索结果返回的数量和偏移 * `setQuery($query)` - 设置搜索语句 * `setSort($field, $asc = false)` - 设置搜索结果按字段值排序 如果...
...) 构造函数, 打开连接 XSServer __destruct() 析构函数, 关闭连接 XSServer __get() 魔术方法 __get XSComponent __isset() 魔术方法 __isset XSComponent __set() 魔术方法 __set XSComponent __unset() 魔术方法 __unset XSComponent a...
... [color=#0000ff]bool scws_close(resource scws_handle)[/color] 说明:关闭一个已打开的 scws 分词操作句柄 返回:始终为 true 参数:scws_handle 即之前由 scws_open 打开返回的。 [color=#0000ff]bool scws_set_charset(resource scws_handle, string charset)[/color] ...
...ss,dbname,table)、数据库路径(path) - protected [XSDatabase::close] 关闭数据库连接 - protected [XSDatabase::query] 执行数据库查询,对于 SELECT 类的操作请将搜索结果以数组方式返回,其它请直接返回 true/false 代表成功/失败 - protected [XSDatabas...