搜索

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

71.XS.index

index 属性 只读 public XSIndex getIndex() 获取索引操作对象

72.XS.name

name 属性 public string getName()public void setName(string $name) 获取当前项目名称

73.XS.scheme

scheme 属性 public XSFieldScheme getScheme()public void setScheme(XSFieldScheme $fs) 获取当前在用的字段方案 通用于搜索结果文档和修改、添加的索引文档

74.XS.scwsServer

scwsServer 属性 只读 public XSServer getScwsServer() 创建 scws 分词连接

75.XS.search

search 属性 只读 public XSSearch getSearch() 获取搜索操作对象

76.XSCommand

XSCommand All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSCommand » XSComponent 版本 1.0.0 源代码 sdk/php/lib/XSServer.class.php XSCommand 命令对象 是与服务端交互的最基本单位, 命令对象可自动转换为通讯字符串...

77.XSCommand::__construct

__construct() 方法 public void __construct(mixed $cmd, int $arg1=0, int $arg2=0, string $buf='', string $buf1='') $cmd mixed 命令类型或命令数组 当类型为 int 表示命令代码, 范围是 1~255, 参见 xs_cmd.inc.php 里的定义 当类型为 array 时忽...

78.XSCommand::__toString

__toString() 方法 public string __toString() {return} string 用于服务端交互的字符串 源码: sdk/php/lib/XSServer.class.php#L83 (显示) public function __toString(){ if (strlen($this->buf1) > 0xff) { $this->buf1 = substr($this->buf1, 0, 0xff); } retur...

79.XSCommand::getArg

getArg() 方法 public int getArg() {return} int 参数值 源码: sdk/php/lib/XSServer.class.php#L95 (显示) public function getArg(){ return $this->arg2 | ($this->arg1 << 8);} 获取属性 arg 的值

80.XSCommand::setArg

setArg() 方法 public void setArg(int $arg) $arg int 参数值 源码: sdk/php/lib/XSServer.class.php#L104 (显示) public function setArg($arg){ $this->arg1 = ($arg >> 8) & 0xff; $this->arg2 = $arg & 0xff;} 设置属性 arg 的值

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