搜索

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

1.XSErrorException

...继承来的方法 名称描述定义于 __construct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception ge...

2.XSDataSource

...继承来的方法 名称描述定义于 __construct() 构造函数 XSDataSource getCharset() 取得数据源的准确字符集 XSDataSource getData() 从数据源中提取一条数据 XSDataSource instance() 取得数据源对象实例 XSDataSource ...

3.XSServer::sendCommand

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

4.XSServer::__construct

...s->xs = $xs; if ($conn !== null) { $this->open($conn); }} 构造函数, 打开连接

5.XSDataSource::__construct

... $arg; $this->inCli = php_sapi_name() === 'cli'; $this->init();} 构造函数

6.XSFieldMeta::__construct

...; if (is_array($config)) { $this->fromConfig($config); }} 构造函数

7.XSErrorException::__construct

...vious); } else { parent::__construct($message, $code); }} 构造函数 将 $file, $line 记录到私有属性在 __toString 中使用

8.XSDocument::__construct

...f ($d !== null && is_string($d)) { $this->setCharset($d); }} 构造函数

9.XS::__construct

... } } $this->loadIniFile($file); self::$_lastXS = $this;} 构造函数 特别说明一个小技巧, 参数 $file 可以直接是配置文件的内容, 还可以是仅仅是文件名, 如果只是文件名会自动查找 XS_LIB_ROOT/../app/$file.ini

10.XSCommand

...继承来的方法 名称描述定义于 __construct() 构造函数 XSCommand __get() 魔术方法 __get XSComponent __isset() 魔术方法 __isset XSComponent __set() 魔术方法 __set XSComponent __toString() 转换为封包字符串 XSCommand ...

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