搜索

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

41.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 时忽...

42.SCWS-php扩展的说明及用法

发布时间:2007-06-07 18:06 t By hightman

...re(bool yes) bool set_multi(bool yes) bool send_text(string text) mixed get_result(void) mixed get_tops(void) string version(void) }; [b][size=2][color=#154ba0]例子1. 使用类方法分词[/color][/size][/b] [b][size=2][color=#154ba0]例子2. 使用函数提取高频词[/...

43.XSIndex::del

del() 方法 public XSIndex del(mixed $term, string $field=NULL) $term mixed 单个主键或指定字段的索引词, 或多个组成的数组, 编码与 xs 默认字符集一致 $field string 索引词所属的字段名称, 默认不指定则为主键字段 (类型为ID) ...

44.XSDatabaseSQLite

...ram['path']}'"); }} 打开数据库 query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L722 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...

45.XSDatabaseSQLite3

...->getMessage()); }} 打开数据库 query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L781 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...

46.XSSearch.facets

facets 属性 (自版本 v1.1.0 起可用) public array getFacets(string $field=NULL)public XSSearch setFacets(mixed $field, bool $exact=false) 读取最近一次分面搜索记数 必须在某一次 search 之后调用本函数才有意义

47.XSServer.socket

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

48.addRange函数

更新时间:2014-08-25 16:08 t By wxpcjrjgcs

以下是手册中关于 addRange 函数参数的解释说明: $from mixed 起始值(不包含), 若设为 null 则相当于匹配 = from (字典顺序) 经测试发现,起始值和结束值都包含,不知道是不是一个bug

49.XSFieldMeta::hasIndexMixed

hasIndexMixed() 方法 public bool hasIndexMixed() {return} bool 若需要返回 true, 不需要则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L385 (显示) public function hasIndexMixed(){ return ($this->flag & self::FLAG_INDEX_MIXED) ? true : false;} 判断...

50.XSFieldScheme

...为配置文件字符串 addField() 方法 public void addField(mixed $field, array $config=NULL) $field mixed 若类型为 XSFieldMeta 表示要添加的字段对象, 若类型为 string 表示字段名称, 连同 $config 参数一起创建字段对象 $config array ...

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