... [pid] tokenizer = full type = numeric index = self [tid] type = string index = self tokenizer = full [fid] type = string index = self tokenizer = full [title] index = both type = title [content] index = mixed type=body [url] index = self type = string [sort] ind...
...述定义于 __construct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath...
fixWidth() 方法 public static string fixWidth(string $text, int $size, string $pad=' ') $text string 要修正的字符串 $size int 修正的目标宽度 $pad string 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 (...
__toString() 方法 public string __toString() {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L149 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->_file) . '(' . $this->_line . '): '; $string ....
__toString() 方法 public string __toString() {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L67 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->getFile()) . '(' . $this->getLine() . '): '; $s...
字段数字基本上是11,11001,11002等,搜索11,11001和11002等搜不到,怎么处理。 想实现 mysql like 11% 功能 index=both
... 名称描述定义于 __construct() Exception __toString() 将类对象转换成字符串 XSException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath() ...
getOpt() 方法 public static string getOpt(string $short, string $long=NULL, bool $extra=false) $short string 短参数名 $long string 长参数名 $extra bool 是否补用默认顺序的参数 {return} string 返回可用的参数值,若不存在则返回 ...
convert() 方法 public static mixed convert(mixed $data, string $to, string $from) $data mixed 需要转换的数据, 支持 string 和 array, 数组会自动递归转换 $to string 转换后的字符集 $from string 转换前的字符集 {return} mixed 转换...