搜索

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

1.XSFieldScheme

...is->_fields as $field) { $str .= $field->toConfig() . "\n"; } return $str;} 将对象转换为配置文件字符串 addField() 方法 public void addField(mixed $field, array $config=NULL) $field mixed 若类型为 XSFieldMeta 表示要添加的字段对象, ...

2.XS

...tAllFields() 获取项目所有字段结构设置 XS getConfig() Returns 获取配置原始数据 XS getDefaultCharset() 获取项目的默认字符集 XS getField() 获取项目字段元数据 XS getFieldBody() 获取当前内容字段 XS getFieldId() 获...

3.XS::convert

...ng 转换后的字符集 $from string 转换前的字符集 {return} mixed 转换后的数据 源码: sdk/php/lib/XS.class.php#L550 (显示) public static function convert($data, $to, $from){ // need not convert if ($to == $from) { return $data; } // array t...

4.XSFieldScheme::getFieldTitle

getFieldTitle() 方法 public XSFieldMeta getFieldTitle() {return} XSFieldMeta 类型为 TITLE 的字段 源码: sdk/php/lib/XSFieldScheme.class.php#L59 (显示) public function getFieldTitle(){ if (isset($this->_typeMap[XSFieldMeta::TYPE_TITLE])) { $name = $this->_type...

5.XSUtil

... string convertIn(string $buf) $buf string 要转换字符串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L95 (显示) public static function convertIn($buf){ if (self::$charset !== null) { return XS::convert($buf, 'UTF-8', self::$charse...

6.XSTokenizerScws

... 词典类型, 常量: SCWS_XDICT_XDB|SCWS_XDICT_TXT|SCWS_XDICT_MEM {return} XSTokenizerScws 返回对象本身以支持串接操作 源码: sdk/php/lib/XSTokenizer.class.php#L299 (显示) public function addDict($fpath, $mode = null){ if (!is_int($mode)) { $mode = stripos($...

7.XSSearch

...取当前库内的全部同义词列表 XSSearch getConnString() Returns 连接字符串 XSServer getCorrectedQuery() 获取修正后的搜索词列表 XSSearch getDbTotal() 获取搜索数据库内的数据总量 XSSearch getExpandedQuery() 获取展开的搜索词...

8.XSFieldMeta

...构造函数 __toString() 方法 public string __toString() {return} string 字段名称 源码: sdk/php/lib/XSFieldScheme.class.php#L310 (显示) public function __toString(){ return $this->name;} 将对象转换为字符串 fromConfig() 方法 public void fr...

9.XSDocument

...e = strtolower($name); if (isset($this->_meta[$name])) { return $this->_meta[$name]; } } throw new XSException('Call to undefined method `' . get_class($this) . '::' . $name . '()\'');} 魔术方法 __call 实现以函数调用访问搜索结果元数据, 支持: d...

10.XSDatabaseDataSource::getCharset

getCharset() 方法 public mixed getCharset() {return} mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.php#L138 (显示) public function getCharset(){ if ($this->db->setUtf8()) { return 'UTF-8'; } return parent::g...

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