搜索

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

91.XSJsonDataSource::deinit

deinit() 方法 protected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L287 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }}

92.XSJsonDataSource::init

init() 方法 protected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L287 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }}

93.XSSearch::getLastCount

getLastCount() 方法 public int getLastCount() {return} int 匹配数据量, 如从未搜索则返回 false 源码: sdk/php/lib/XSSearch.class.php#L650 (显示) public function getLastCount(){ return $this->_lastCount;} 获取最近那次搜索的匹配总数估值

94.XSSearch::markResetScheme

markResetScheme() 方法 public void markResetScheme() 源码: sdk/php/lib/XSSearch.class.php#L504 (显示) public function markResetScheme(){ $this->_resetScheme = true;} 标记字段方案重置

95.XSServer::__destruct

__destruct() 方法 public void __destruct() 源码: sdk/php/lib/XSServer.class.php#L154 (显示) public function __destruct(){ $this->xs = null; $this->close();} 析构函数, 关闭连接

96.XSServer::getProject

getProject() 方法 public string getProject() {return} string 项目名称 源码: sdk/php/lib/XSServer.class.php#L241 (显示) public function getProject(){ return $this->_project;} 获取当前项目名称

97.XSServer::getSocket

getSocket() 方法 public mixed getSocket() {return} mixed 连接标识, 仅用于内部测试等目的 源码: sdk/php/lib/XSServer.class.php#L232 (显示) public function getSocket(){ return $this->_sock;} 获取连接资源描述符

98.XSTokenizerFull::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L62 (显示) public function getTokens($value, XSDocument $doc = null){ return array($value);}

99.XSTokenizerNone::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L46 (显示) public function getTokens($value, XSDocument $doc = null){ return array();}

100.XSUtil::flush

flush() 方法 public static void flush() 源码: sdk/php/util/XSUtil.class.php#L183 (显示) public static function flush(){ flush(); if (ob_get_level() > 0) { ob_flush(); }} 刷新标准输出缓冲区

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