搜索

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

21.XSSearch::getHotQuery

getHotQuery() 方法 public array getHotQuery(int $limit=6, string $type='total') $limit int 需要返回的热门搜索数量上限, 默认为 6, 最大值为 50 $type string 排序类型, 默认为 total(搜索总量), 可选值还有 lastnum(上周), currnum(本周) {re...

22.XSSearch::getCorrectedQuery

getCorrectedQuery() 方法 public array getCorrectedQuery(string $query=NULL) $query string 需要展开的前缀, 可为拼音、英文、中文 {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L795 (显示) public function getCorrecte...

23.XSSearch::getRelatedQuery

getRelatedQuery() 方法 public array getRelatedQuery(string $query=NULL, int $limit=6) $query string 搜索语句, 若传入 null 使用默认语句 $limit int 需要返回的相关搜索数量上限, 默认为 6, 最大值为 20 {return} array 返回搜索词组成...

24.scws不能应用在ZENDCORE服务器上

更新时间:2013-06-20 17:06 t By xwl

ZENDCORE 这个介绍就不多说了。 我估计是由于ZENDCORE是PHP-CGI运行模式。所以应该是NTS。所以不支持。 加载了还是一直提示找不到文件。 [undefined=undefined]Note: Extensions marked with a symbol '!' indicate that an inconsistency occurred between the s...

25.XSSearch::getExpandedQuery

getExpandedQuery() 方法 public array getExpandedQuery(string $query, int $limit=10) $query string 需要展开的前缀, 可为拼音、英文、中文 $limit int 需要返回的搜索词数量上限, 默认为 10, 最大值为 20 {return} array 返回搜索词组成...

26.RE: [特别发布] 纯PHP编写的xdb词典导入导出工具!!

更新时间:2009-07-26 12:07 t By hightman

...366'] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1046898225 bytes) in /var/www/html/search/dict/xdb.class.php on line 638 我也碰到同樣的問題,換一台主機依舊有問題 謝謝 ,問題是 638 行 : $rec['value'] = fread($this->fd, $rec['vle...

27.XSJsonDataSource::getDataList

...urn false; } // try to decode the line $this->line++; $line = rtrim($line, "\r\n"); if (strlen($line) === 0) { if ($this->inCli) { echo "WARNING: empty line #" . $this->line . "\n"; } $this->invalidLines++; return $this->getDataList(); } $i...

28.XSIndex::addExdata

addExdata() 方法 public XSIndex addExdata(string $data, bool $check_file=true) $data string 要提交的命令封包数据, 或存储命令封包的文件路径, 编码必须已经是 UTF-8 $check_file bool 是否检测参数为文件的情况 {return} XSIndex 返回...

29.XSDatabaseSQLite3

...)); }} 打开数据库 query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L781 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj...

30.XSDatabasePDO

...成 PDO 连接专用的 DSN query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L843 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->...

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