搜索

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

1.XSCommand.arg2

arg2 属性 public int $arg2; 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定

2.XSServer::check

...ion check(){ if ($this->_sock === null) { throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服务端的连接情况

3.XSFieldMeta::fromConfig

... } elseif ($this->type == self::TYPE_BODY) { $this->vno = XSFieldScheme::MIXED_VNO; $this->flag = self::FLAG_INDEX_SELF | self::FLAG_WITH_POSITION; $this->cutlen = 300; } } } // index flag if (isset($config['index']) && $...

4.XSCommand

...Command arg2 int 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定 XSCommand buf string 主数据内容, 最长 2GB XSCommand buf1 string 辅数据内容, 最长 255字节 XSCommand cmd int 命令代码 通常是预定义常...

5.XSCommand::__construct

...值为 0~255, 具体含义视不同 CMD 而确定, 常用于存储 value no $buf string 字符串内容, 最大长度为 2GB $buf1 string 字符串内容1, 最大长度为 255字节 源码: sdk/php/lib/XSServer.class.php#L62 (显示) public function __construct($cmd, $arg1 = 0, ...

6.XSFieldMeta::toConfig

...E_BODY || $this->type === self::TYPE_TITLE) { $str .= "phrase = no\n"; } } // non-bool if ($this->flag & self::FLAG_NON_BOOL) { $str .= "non_bool = yes\n"; } return $str;} 将对象转换为配置文件字符串

7.XSFieldMeta

...节为宜 XSFieldMeta type int 字段类型 XSFieldMeta vno int 字段序号 取值为 0~255, 同一字段方案内不能重复, 由 XSFieldScheme::addField 进行确定 XSFieldMeta weight int 混合区检索时的相对权重 取值范围: 1~63, title 类型的字段...

8.XSServer

...ion check(){ if ($this->_sock === null) { throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服务端的连接情况 close() 方法 public void close(bool $ioerr=fals...

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