...NISHED); } return $this;} 删除索引中的数据 $index->del('123'); // 删除主键为 123 的记录 $index->del(array('123', '789', '456')); // 删除主键为 123, 789, 456 的记录 $index->del('abc', 'field'); // 删除字段 field 上带有索引词 abc 的所有记录 $index->del...
getCharset() 方法 public string getCharset() {return} string 当前设定的字符集(已大写), 若未曾设置则返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符集
...NISHED); } return $this;} 删除索引中的数据 $index->del('123'); // 删除主键为 123 的记录 $index->del(array('123', '789', '456')); // 删除主键为 123, 789, 456 的记录 $index->del('abc', 'field'); // 删除字段 field 上带有索引词 abc 的所有记录 $index->del...
...未曾设置则返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符集 getFields() 方法 public array getFields() {return} array 返回已设置的字段键值数组 源码: sdk...