搜索

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

261.XSIndex::flushLogging

flushLogging() 方法 public bool flushLogging() {return} bool 刷新成功返回 true, 失败则返回 false 源码: sdk/php/lib/XSIndex.class.php#L449 (显示) public function flushLogging(){ try { $this->execCommand(XS_CMD_FLUSH_LOGGING, XS_CMD_OK_LOG_FLUSHED); } ...

262.XSServer::__construct

__construct() 方法 public void __construct(string $conn=NULL, XS $xs=NULL) $conn string 服务端连接参数 $xs XS 需要捆绑的 xs 对象 源码: sdk/php/lib/XSServer.class.php#L143 (显示) public function __construct($conn = null, $xs = null){ $this->xs = $xs;...

263.XSDataSource::__construct

__construct() 方法 public void __construct(mixed $type, $arg) $type mixed 对象参数, 常为 SQL 语句或要导入的文件路径 $arg 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $thi...

264.XSDatabasePDO_PgSQL::setUtf8

setUtf8() 方法 public void setUtf8() 源码: sdk/php/util/XSDataSource.class.php#L924 (显示) public function setUtf8(){ return true;} 将输出字符集设置为 UTF-8

265.XSDatabasePDO_SQLite::makeDsn

makeDsn() 方法 protected string makeDsn(array $param) $param array 包含 path 为数据库路径 {return} string 源码: sdk/php/util/XSDataSource.class.php#L945 (显示) protected function makeDsn($param){ $dsn = 'sqlite:' . $param['path']; return $dsn;} ...

266.XSFieldMeta::__construct

__construct() 方法 public void __construct(string $name, array $config=NULL) $name string 字段名称 $config array 可选参数, 初始化字段各项配置 源码: sdk/php/lib/XSFieldScheme.class.php#L298 (显示) public function __construct($name, $config = null){ ...

267.XSTokenizerScws::setDuality

setDuality() 方法 public XSTokenizerScws setDuality(bool $yes=true) $yes bool 是否开启散字自动二分组合功能 {return} XSTokenizerScws 返回对象本身以支持串接操作 源码: sdk/php/lib/XSTokenizer.class.php#L316 (显示) public function setDuality($...

268.XSDocument::setFields

setFields() 方法 public void setFields(array $data) $data array 字段名及其值组成的数组 源码: sdk/php/lib/XSDocument.class.php#L154 (显示) public function setFields($data){ if ($data === null) { $this->_data = array(); $this->_meta = $this->_terms...

269.XSSearch::setCharset

setCharset() 方法 public XSSearch setCharset(string $charset) $charset string {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L69 (显示) public function setCharset($charset){ $this->_charset = strtoupper($charset); ...

270.XSSearch::setQuery

setQuery() 方法 public XSSearch setQuery(string $query) $query string 搜索语句, 设为 null 则清空搜索语句, 最大长度为 80 字节 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L227 (显示) public functio...

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