搜索

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

1.XSUtil::fixWidth

...string $text, int $size, string $pad=' ') $text string 要修正的字符串 $size int 修正的目标宽度 $pad string 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 (显示) public static function fixWidth($text, $size, ...

2.XSDataSource::getCharset

getCharset() 方法 public string getCharset() {return} string 字符集名称 源码: sdk/php/util/XSDataSource.class.php#L86 (显示) public function getCharset(){ return false;} 取得数据源的准确字符集 如不能确定字符集, 请直接返回 false

3.XSUtil

...法 名称描述定义于 convertIn() 把用户输入的字符串转换为 UTF-8 编码 XSUtil convertOut() 把 UTF-8 字符串转换为用户编码 XSUtil copyDir() 拷贝一个目录及其子目录文件 XSUtil fixWidth() 修正字符串至固定宽度 ...

4.XSUtil::convertOut

... public static string convertOut(string $buf) $buf string 要转换字符串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L82 (显示) public static function convertOut($buf){ if (self::$charset !== null) { return XS::convert($buf, self::...

5.XSUtil::convertIn

... public static string convertIn(string $buf) $buf string 要转换字符串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L95 (显示) public static function convertIn($buf){ if (self::$charset !== null) { return XS::convert($buf, 'UTF-8'...

6.XSTokenizerScws::setCharset

...TF8') { self::$_charset = 'UTF-8'; } return $this;} 设置字符集 默认字符集是 UTF-8, 这是指 getResult 系列函数的 $text 参数的字符

7.XSSearch::setCharset

...TF8') { $this->_charset = 'UTF-8'; } return $this;} 设置字符集 默认字符集是 UTF-8, 如果您提交的搜索语句和预期得到的搜索结果为其它字符集, 请先设置

8.XS::setDefaultCharset

...oid setDefaultCharset(string $charset) $charset string 修改后的字符集 源码: sdk/php/lib/XS.class.php#L397 (显示) public function setDefaultCharset($charset){ $this->_config['project.default_charset'] = strtoupper($charset);} 改变项目的默认字符

9.XSDocument::getCharset

getCharset() 方法 public string getCharset() {return} string 当前设定的字符集(已大写), 若未曾设置则返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符

10.XSFieldMeta.name

name 属性 public string $name; 字段名称 理论上支持各种可视字符, 推荐字符范围:[0-9A-Za-z-_], 长度控制在 1~32 字节为宜

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