搜索

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

1.XS

...t 版本 1.0.0 源代码 sdk/php/lib/XS.class.php XS 搜索项目主类 Public 属性 隐去继承来的属性 名称类型描述定义于 allFields XSFieldMeta[] 获取项目所有字段结构设置 XS config array 获取配置原始数据 XS ...

2.XSServer::setProject

...public void setProject(string $name, string $home='') $name string 项目名称 $home string 项目在服务器上的目录路径, 可选参数(不得超过255字节). 源码: sdk/php/lib/XSServer.class.php#L251 (显示) public function setProject($name, $home = ''){ if ($nam...

3.XS::getName

getName() 方法 public string getName() {return} string 当前项目名称 源码: sdk/php/lib/XS.class.php#L368 (显示) public function getName(){ return $this->_config['project.name'];} 获取当前项目名称

4.XS::setName

...ame() 方法 public void setName(string $name) $name string 项目名称 源码: sdk/php/lib/XS.class.php#L378 (显示) public function setName($name){ $this->_config['project.name'] = $name;} 修改当前项目名称 注意,必须在 getSearch 和 getIndex 前调用才...

5.XSServer::getProject

getProject() 方法 public string getProject() {return} string 项目名称 源码: sdk/php/lib/XSServer.class.php#L241 (显示) public function getProject(){ return $this->_project;} 获取当前项目名称

6.XSUtil::toProjectIni

...tring toProjectIni(string $project) $project string 用户输入的项目参数 {return} string 有效的 ini 配置文件路径 源码: sdk/php/util/XSUtil.class.php#L29 (显示) public static function toProjectIni($project){ if (!is_file($project)) { $appRoot = geten...

7.XSServer

...g string 连接字符串 XSServer project string 获取当前项目名称 XSServer respond XSCommand 从服务器读取响应指令 XSServer socket mixed 获取连接资源描述符 XSServer xs XS 服务端关联的 XS 对象 XSServer Protected 属...

8.XS::getAllFields

getAllFields() 方法 public XSFieldMeta[] getAllFields() {return} XSFieldMeta[] 源码: sdk/php/lib/XS.class.php#L523 (显示) public function getAllFields(){ return $this->_scheme->getAllFields();} 获取项目所有字段结构设置

9.XS::setDefaultCharset

...his->_config['project.default_charset'] = strtoupper($charset);} 改变项目的默认字符集

10.XS.allFields

allFields 属性 只读 public XSFieldMeta[] getAllFields() 获取项目所有字段结构设置

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