...继承来的方法 名称描述定义于 __construct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception ge...
...继承来的方法 名称描述定义于 __construct() 构造函数 XSDataSource getCharset() 取得数据源的准确字符集 XSDataSource getData() 从数据源中提取一条数据 XSDataSource instance() 取得数据源对象实例 XSDataSource ...
...cmd) $cmd mixed 要提交的指令, 支持 XSCommand 实例或 cmd 构造函数的第一参数 源码: sdk/php/lib/XSServer.class.php#L321 (显示) public function sendCommand($cmd){ if (!$cmd instanceof XSCommand) { $cmd = new XSCommand($cmd); } $this->write(strval($cmd...
...s->xs = $xs; if ($conn !== null) { $this->open($conn); }} 构造函数, 打开连接
... $arg; $this->inCli = php_sapi_name() === 'cli'; $this->init();} 构造函数
...; if (is_array($config)) { $this->fromConfig($config); }} 构造函数
...vious); } else { parent::__construct($message, $code); }} 构造函数 将 $file, $line 记录到私有属性在 __toString 中使用
...f ($d !== null && is_string($d)) { $this->setCharset($d); }} 构造函数
... } } $this->loadIniFile($file); self::$_lastXS = $this;} 构造函数 特别说明一个小技巧, 参数 $file 可以直接是配置文件的内容, 还可以是仅仅是文件名, 如果只是文件名会自动查找 XS_LIB_ROOT/../app/$file.ini
...继承来的方法 名称描述定义于 __construct() 构造函数 XSCommand __get() 魔术方法 __get XSComponent __isset() 魔术方法 __isset XSComponent __set() 魔术方法 __set XSComponent __toString() 转换为封包字符串 XSCommand ...