...试。 直接点击测试地址 [url=http://www.hightman.cn/bbs/plugins/ftphp/dz_ftphp.php]http://www.hightman.cn/bbs/plugins/ftphp/dz_ftphp.php[/url]
...eturn} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L362 (显示) public function openBuffer($size = 4){ if ($this->_buf !== '') { $this->addExdata($this->_buf, false); } $this->_bufSize = intval($size) << 20; $this->_buf = ''; ...
...to open stream: No such file or directory in [b]E:\AppServ\www\ceshi\index.php[/b] on line [b]23[/b] [b]Fatal error[/b]: Call to undefined function: scws_new() in [b]E:\AppServ\www\ceshi\index.php[/b] on line [b]61[/b] [[i] 本帖最后由 xiaodi667 于 2007-7-5 16:23 编辑 [/i]]
...复! 安装问题已于今日上午解决,也已经能够正常的被php加载上去了。 但是现在有个问题是 无法分词,情况是这样的: 1. 按照统计形式分词,返回结果为空 2. 而按照非统计形式分词,结果是单字,没有词组。 3.回头去查,发...
...ed 返回一条完整数据, 若无数据则返回 false 源码: sdk/php/util/XSDataSource.class.php#L65 (显示) final public function getData(){ if ($this->dataPos === null || $this->dataPos === count($this->dataList)) { $this->dataPos = 0; $this->dataList = $this->getDataL...
... string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L781 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { throw new XSException('SQLITE3 ERROR(#' . $this->...
...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L98 (显示) public function setCutOff($percent, $weight = 0){ $percent = max(0, min(100, intval($percent))); $weight = max(0, (intval($weight * 10) & 255)); $cmd = new XSCommand(XS_CMD_SE...
...} 查询结果[b]首行, 失败或无数据[/b]则返回 false 源码: sdk/php/util/XSDataSource.class.php#L450 (显示) public function query1($sql){ $sql = preg_replace('/ limit\s+(\d+)(?:\s*...
下载了scws-0.0.1-pre和SCWS 扩展 PHP 5.2.x 版二进制文件,但是不知道应该如何安装。 PHP中已经配置好了dll文件,但是$so = scws_new();没有反应。 不知道应该如何安装scws-0.0.1-pre中的内容,以及将dic和rule放在哪里! 请版主解答。
...ing 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 (显示) public static function fixWidth($text, $size, $pad = ' '){ for ($i = $j = 0; $i < strlen($text) && $j < $size; $i++, $j++) { if ((ord($text[$i]) & 0xe0) === 0xe0) { ...