...scws_has_word(Resource scws_handler, string xattr); Array scws_get_words(Resource scws_handler, string xattr); 若不存在返回空数组,而不是 false 对象调用形式:bool scws->set_dict(string filepath[, int mode = SCWS_XDICT_XDB]); ...
...type, 'sqlite')) { $pos = strpos($this->type, ':'); $param = array('scheme' => substr($this->type, 0, $pos)); $param['path'] = substr($this->type, $pos + (substr($this->type, $pos + 1, 2) === '//' ? 3 : 1)); } elseif (!($param = parse_url($this->type))) { throw new XSE...
...(1784): XSServer->getRespond() #2 lib/XS.php(1761): XSServer->execCommand(Array, 201) #3 lib/XS.php(1732): XSServer->setProject('demo') #4 lib/XS.php(1715): XSServer->open('8383') #5 lib/XS.php(296): XSServer->__construct('8383', Object(XS)) #6 lib/XS.php(221): XS->getIndex() #7 util/Indexer.p...
...E; $cmd->arg2 = $fid->vno; $cmd->buf = $key; } $cmds = array($cmd); // document cmds foreach ($this->xs->getAllFields() as $field) /* @var $field XSFieldMeta */ { // value if (($value = $doc->f($field)) !== null) { $varg = $field->isNumeric() ? XS_C...
...xtern "C" 标记以便直接使用:xdb.h,xdict.h,xtree.h,pool.h,darray.h [b]scws-1.1.8 发布于 2011-07-30[/b] 1) win32/目录新增 vc9 工程文件, 默认为 php-5.3.x 提供的 php_scws.dll 采用 VC9(thread-safety) 编译 2) 修改英语专有名词的识别方式, 原先 X.Y.Z...