__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 ....
XSErrorException All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSErrorException » XSException » Exception 版本 1.0.0 源代码 sdk/php/lib/XS.class.php XS 错误异常类定义, XS 所有操作过程发生错误均抛出该实例 Protec...
__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...
...一组字段及其值, 相当于常规SQL数据表中的一行记录. XSErrorException XS 错误异常类定义, XS 所有操作过程发生错误均抛出该实例 XSException XS 异常类定义, XS 所有操作过程发生异常均抛出该实例 XSFieldMeta 数据字段结构元...
... 包 XS 继承关系 class XSException » Exception 子类 XSErrorException 版本 1.0.0 源代码 sdk/php/lib/XS.class.php XS 异常类定义, XS 所有操作过程发生异常均抛出该实例 Protected 属性 隐去继承来的属性 名称类...