...义于 __construct() 构造函数 XSDataSource getCharset() 取得数据源的准确字符集 XSDataSource getData() 从数据源中提取一条数据 XSDataSource instance() 取得数据源对象实例 XSDataSource Protected 方法 隐去继承来的方法 ...
getCharset() 方法 public string getCharset() {return} string 字符集名称 源码: sdk/php/util/XSDataSource.class.php#L86 (显示) public function getCharset(){ return false;} 取得数据源的准确字符集 如不能确定字符集, 请直接返回 false
... offsetGet($name){ return $this->__get($name);} ArrayAccess 接口, 取得字段值, 勿直接调用
...ssage() Exception getPrevious() Exception getRelPath() 取得相对当前的文件路径 XSException getTrace() Exception getTraceAsString() Exception 方法明细 __toString() 方法 public string __toString() {return} string 异常的...
...义于 __construct() 构造函数 XSDataSource getCharset() 取得数据源的准确字符集 XSDataSource getData() 从数据源中提取一条数据 XSDataSource instance() 取得数据源对象实例 XSDataSource Protected 方法 隐去继承来的方法 ...
...) . '::$' . $name; throw new XSException($msg);} 魔术方法 __get 取得模拟属性的值, 内部实际调用 getXxx 方法的返回值
...data source type: `$type2'"); } return new $class($type, $arg);} 取得数据源对象实例
...义于 __construct() 构造函数 XSDataSource getCharset() 取得数据源的准确字符集 XSDataSource getData() 从数据源中提取一条数据 XSDataSource instance() 取得数据源对象实例 XSDataSource Protected 方法 隐去继承来的方法 ...
...!== false) { $rel .= substr($file, $pos); } return $rel;} 取得相对当前的文件路径
...s['-'][self::$optind]; self::$optind++; } return $value;} 取得命令行参数 要求事先调用 parseOpt, 否则会自动以默认参数调用它。