搜索

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

181.XSDocument::setCharset

setCharset() 方法 public void setCharset(string $charset) $charset string 设置文档字符集 源码: sdk/php/lib/XSDocument.class.php#L132 (显示) public function setCharset($charset){ $this->_charset = strtoupper($charset); if ($this->_charset == 'UTF8') { $th...

182.XSDocument::setField

setField() 方法 public void setField(string $name, mixed $value, bool $isMeta=false) $name string 字段名称 $value mixed 字段值 $isMeta bool 是否为元数据字段 源码: sdk/php/lib/XSDocument.class.php#L170 (显示) public function setField($name, $va...

183.XSDocument::setFields

setFields() 方法 public void setFields(array $data) $data array 字段名及其值组成的数组 源码: sdk/php/lib/XSDocument.class.php#L154 (显示) public function setFields($data){ if ($data === null) { $this->_data = array(); $this->_meta = $this->_terms...

184.XSErrorException

XSErrorException All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSErrorException » XSException » Exception 版本 1.0.0 源代码 sdk/php/lib/XS.class.php XS 错误异常类定义, XS 所有操作过程发生错误均抛出该实例 Protec...

185.XSErrorException::__construct

__construct() 方法 public void __construct(int $code, string $message, string $file, int $line, Exception $previous=NULL) $code int 出错代码 $message string 出错信息 $file string 出错所在文件 $line int 出错所在的行数 $previous Excep...

186.XSErrorException::__toString

__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 ....

187.XSException

XSException All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSException » Exception 子类 XSErrorException 版本 1.0.0 源代码 sdk/php/lib/XS.class.php XS 异常类定义, XS 所有操作过程发生异常均抛出该实例 Protect...

188.XSException::__toString

__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...

189.XSException::getRelPath

getRelPath() 方法 public static string getRelPath(string $file) $file string 需要转换的绝对路径 {return} string 转换后的相对路径 源码: sdk/php/lib/XS.class.php#L79 (显示) public static function getRelPath($file){ $from = getcwd(); $file = real...

190.XSFieldMeta

XSFieldMeta All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSFieldMeta 版本 1.0.0 源代码 sdk/php/lib/XSFieldScheme.class.php 数据字段结构元数据 每个搜索项目包含若干个字段, 字段元数据保存在项目的 ini 配置...

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