搜索

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

1.XS

...ruct(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) { $appRoo...

2.XS::convert

...ring 转换前的字符集 {return} mixed 转换后的数据 源码: sdk/php/lib/XS.class.php#L550 (显示) public static function convert($data, $to, $from){ // need not convert if ($to == $from) { return $data; } // array traverse if (is_array($data)) { ...

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