...oid __construct(string $file) $file string 要加载的项目配置文件 源码: sdk/php/lib/XS.class.php#L284 (显示) public function __construct($file){ if (strlen($file) < 255 && !is_file($file)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { ...
...le_exists($file)) { require_once $file; }} 智能加载类库文件 要求以 Name.class.php 命名并与本文件存放在同一目录, 如: XSTokenizerXxx.class.php
... 用户输入的项目参数 {return} string 有效的 ini 配置文件路径 源码: sdk/php/util/XSUtil.class.php#L29 (显示) public static function toProjectIni($project){ if (!is_file($project)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { ...
... $data string 要提交的命令封包数据, 或存储命令封包的文件路径, 编码必须已经是 UTF-8 $check_file bool 是否检测参数为文件的情况 {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L253 (显示) ...
...n getPrevious() Exception getRelPath() 取得相对当前的文件路径 XSException getTrace() Exception getTraceAsString() Exception 方法明细 __construct() 方法 public void __construct(int $code, string $message, string $file, int $line, Exce...
...为用户编码 XSUtil copyDir() 拷贝一个目录及其子目录文件 XSUtil fixWidth() 修正字符串至固定宽度 XSUtil flush() 刷新标准输出缓冲区 XSUtil getOpt() 取得命令行参数 XSUtil parseOpt() 解析命令行参数 XSUtil setC...
...n getPrevious() Exception getRelPath() 取得相对当前的文件路径 XSException getTrace() Exception getTraceAsString() Exception 方法明细 __toString() 方法 public string __toString() {return} string 异常的简要描述信息 ...
...ield->toConfig() . "\n"; } return $str;} 将对象转换为配置文件字符串
... public string toConfig() {return} string 转换后的配置文件字符串 源码: sdk/php/lib/XSFieldScheme.class.php#L452 (显示) public function toConfig(){ // type $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $str .= "type = num...
...e, $arg) $type mixed 对象参数, 常为 SQL 语句或要导入的文件路径 $arg 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $this->arg = $arg; $this->inCli = php_sapi_name() === 'cli'; ...