搜索

大约有 8 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0071秒)

1.XSDatabaseDataSource

...-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.php#L138 (显示) public function getCharset(){ if ($this->db->setUtf8()) { return 'UTF-8'; } return parent::getCharset();} 返回数据库输出字符集 getDataList() 方法 protected 结果数组, ...

2.XSDataFilter

...false); 字段数据处理函数 processDoc() 方法 (自版本 v1.3.4 起可用) abstract public void processDoc(XSDocument $doc) $doc XSDocument 索引文档 源码: sdk/php/util/XSDataSource.class.php#L977 (显示) public function processDoc($doc); 索引文档处...

3.XSDatabaseSQLite3

XSDatabaseSQLite3 All Packages | 方法(函数) 包 XS.util.db 继承关系 class XSDatabaseSQLite3 » XSDatabase 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php 面向对象的 SQLite3 扩展 Public 方法 隐去继承来的方法 ...

4.XSTokenizerScws

...系 class XSTokenizerScws 实现接口 XSTokenizer 始于 1.3.1 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php SCWS - 分词器(与搜索服务端通讯) Public 方法 隐去继承来的方法 名称描述定义于 __construct() 构...

5.XSSearch::getAllSynonyms

getAllSynonyms() 方法 (自版本 v1.3.0 起可用) public array getAllSynonyms(int $limit=0, int $offset=0, bool $stemmed=false) $limit int 数量上限, 若设为 0 则启用默认值 100 个 $offset int 偏移量, 即跳过的结果数量, 默认为 0 $stemmed bool ...

6.XSErrorException

...行数 $previous Exception 源码: sdk/php/lib/XS.class.php#L134 (显示) public function __construct($code, $message, $file, $line, $previous = null){ $this->_file = $file; $this->_line = $line; if (version_compare(PHP_VERSION, '5.3.0', '>=')) { parent::__construct($me...

7.XSSearch

... XSServer 属性明细 allSynonyms 属性 只读 (自版本 v1.3.0 起可用) public array getAllSynonyms(int $limit=0, int $offset=0, bool $stemmed=false) 获取当前库内的全部同义词列表 correctedQuery 属性 只读 public array getCorrectedQuery(string $query=NUL...

8.XSIndex

...对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L253 (显示) public function addExdata($data, $check_file = true){ if (strlen($data) < 255 && $check_file && file_exists($data) && ($data = file_get_contents($data)) === false) { throw new XSException('Faile...

  • 时间不限
  • 按相关性排序