arg2 属性 public int $arg2; 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定
...ion check(){ if ($this->_sock === null) { throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服务端的连接情况
... } 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']) && $...
...Command arg2 int 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定 XSCommand buf string 主数据内容, 最长 2GB XSCommand buf1 string 辅数据内容, 最长 255字节 XSCommand cmd int 命令代码 通常是预定义常...
...值为 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, ...
...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;} 将对象转换为配置文件字符串
...节为宜 XSFieldMeta type int 字段类型 XSFieldMeta vno int 字段序号 取值为 0~255, 同一字段方案内不能重复, 由 XSFieldScheme::addField 进行确定 XSFieldMeta weight int 混合区检索时的相对权重 取值范围: 1~63, title 类型的字段...
...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...