搜索

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

291.XSServer.connString

connString 属性 只读 public string getConnString() 连接字符串

292.XSServer.respond

respond 属性 只读 public XSCommand getRespond() 从服务器读取响应指令

293.XSServer.socket

socket 属性 只读 public mixed getSocket() 获取连接资源描述符

294.XSServer.xs

xs 属性 public XS $xs; 服务端关联的 XS 对象

295.XSServer::execCommand

execCommand() 方法 public mixed execCommand(mixed $cmd, int $res_arg=0, int $res_cmd=128) $cmd mixed 要提交的指令, 若不是 XSCommand 实例则作为构造函数的第一参数创建对象 $res_arg int 要求的响应参数, 默认为 XS_CMD_NONE 即不检测, 若检...

296.XSFieldMeta::toConfig

toConfig() 方法 public string toConfig() {return} string 转换后的配置文件字符串 源码: sdk/php/lib/XSFieldScheme.class.php#L452 (显示) public function toConfig(){ // type $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $...

297.XSDatabaseDataSource

...Source inCli XSDataSource type XSDataSource Public 方法 隐去继承来的方法 名称描述定义于 __construct() 构造函数 XSDataSource getCharset() 返回数据库输出字符集 XSDatabaseDataSource getData() 从数据源...

298.XSFieldMeta::fromConfig

fromConfig() 方法 public void fromConfig(array $config) $config array 原始配置属性数组 源码: sdk/php/lib/XSFieldScheme.class.php#L514 (显示) public function fromConfig($config){ // type & default setting if (isset($config['type'])) { $predef = 'self::TY...

299.RE: 二元分词问题

更新时间:2011-11-15 13:11 t By icebolt

以前的二元分词只支持英文,最后找到问题 public function getTokens($value, XSDocument $doc = null) { $terms = array(); for ($i = 0; $i < mb_strlen($value,"utf-8"); $i += $this->arg) { $terms[] = mb_substr($value, $i, $this->arg,"utf-8"); } return $terms; }...

300.搜索条件可以使数组吗?

发布时间:2012-05-25 17:05 t By latsu

.... 不知道能不能接受 多字段搜索呢? 我的方法: [php] public function getShopRows($array = array()){ Yii::import('application.vendors.sdk.php.lib.XS'); $xs = new XS('shop'); $query = "regionId:".$array['regionId']; //return $query;exit; $ShopDo...

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