搜索

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

1.XSIndex::del

...NISHED); } return $this;} 删除索引中的数据 $index->del('123'); // 删除主键为 123 的记录 $index->del(array('123', '789', '456')); // 删除主键为 123, 789, 456 的记录 $index->del('abc', 'field'); // 删除字段 field 上带有索引词 abc 的所有记录 $index->del...

2.XSDocument::getCharset

getCharset() 方法 public string getCharset() {return} string 当前设定的字符集(已大写), 若未曾设置则返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符集

3.XSIndex

...NISHED); } return $this;} 删除索引中的数据 $index->del('123'); // 删除主键为 123 的记录 $index->del(array('123', '789', '456')); // 删除主键为 123, 789, 456 的记录 $index->del('abc', 'field'); // 删除字段 field 上带有索引词 abc 的所有记录 $index->del...

4.XSDocument

...未曾设置则返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符集 getFields() 方法 public array getFields() {return} array 返回已设置的字段键值数组 源码: sdk...

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