f() 方法 public mixed f(string $name) $name string 字段名称 {return} mixed 字段值, 若不存在则返回 null 源码: sdk/php/lib/XSDocument.class.php#L192 (显示) public function f($name){ return $this->__get(strval($name));} 获取文档字段的值
getCharset() 方法 public string getCharset() {return} string 当前设定的字符集(已大写), 若未曾设置则返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符集
1、如果clean之后,文档是否还存在于数据库里? 2、如果clean之后,日志是否还会存在? 我没有见到有这些详细的说明
有一个字段,设置如下 [update_time] type = numeric 查询出来的文档中,该字段的值为如下类型的浮点数 1.35582e+09 恳请懂的人帮忙解决下,感谢~