搜索

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

121.XS::restoreScheme

...restoreScheme() 源码: sdk/php/lib/XS.class.php#L346 (显示) public function restoreScheme(){ if ($this->_scheme !== $this->_bindScheme) { $this->_scheme = $this->_bindScheme; if ($this->_search !== null) { $this->_search->markResetScheme(true); } }} ...

122.XSDocument::offsetExists

... false 源码: sdk/php/lib/XSDocument.class.php#L287 (显示) public function offsetExists($name){ return isset($this->_data[$name]);} ArrayAccess 接口, 判断字段是否存在, 勿直接调用

123.XSIndex::getCustomDict

...库内容 源码: sdk/php/lib/XSIndex.class.php#L484 (显示) public function getCustomDict(){ $res = $this->execCommand(XS_CMD_INDEX_USER_DICT, XS_CMD_OK_INFO); return $res->buf;} 获取自定义词典内容

124.XSDocument::setCharset

...符集 源码: sdk/php/lib/XSDocument.class.php#L132 (显示) public function setCharset($charset){ $this->_charset = strtoupper($charset); if ($this->_charset == 'UTF8') { $this->_charset = 'UTF-8'; }} 设置文档字符集

125.XSIndex::addServer

...XSServer 源码: sdk/php/lib/XSIndex.class.php#L33 (显示) public function addServer($conn){ $srv = new XSServer($conn, $this->xs); self::$_adds[] = $srv; return $srv;} 增加一个同步索引服务器

126.XSServer::check

...heck() 源码: sdk/php/lib/XSServer.class.php#L438 (显示) protected function check(){ if ($this->_sock === null) { throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服...

127.XSTokenizerSplit::__construct

__construct() 方法 public void __construct($arg=NULL) $arg 源码: sdk/php/lib/XSTokenizer.class.php#L79 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = $arg; }}

128.RE: php扩展问题

更新时间:2010-09-07 18:09 t By qqnr

.../phpext/php_scws.c:25: /usr/local/php/include/php/Zend/zend_execute.h: In function ‘safe_free_zval_ptr_rel’: /usr/local/php/include/php/Zend/zend_execute.h:67: error: too many arguments to function ‘ts_resource_ex’ /usr/local/php/include/php/Zend/zend_execute.h: In function ‘i_zend_is_t...

129.Sphider和SCWS打造中文搜索引擎,运行时出现错误。

更新时间:2011-09-02 19:09 t By fsfree

...小:15.93kb. 索引开始于 08:03:16. Fatal error: Call to a member function send_text() on a non-object in /home/wwwroot/admin/spider.php on line 261 --------------有时还会出现--------------------------- [返回到 管理员控制面板] 索引 http://28.10.18.110/ 1. 检索:...

130.XS::getDefaultCharset

...集(已大写) 源码: sdk/php/lib/XS.class.php#L387 (显示) public function getDefaultCharset(){ return isset($this->_config['project.default_charset']) ? strtoupper($this->_config['project.default_charset']) : 'UTF-8';} 获取项目的默认字符集

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