搜索

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

1.XSErrorException

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

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

3.XSServer::__construct

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

4.XSDataSource::__construct

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

5.XSFieldMeta::__construct

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

6.XSErrorException::__construct

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

7.XSDocument::__construct

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

8.XS::__construct

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

9.XSTokenizerScws::__construct

...f ($arg !== null && $arg !== '') { $this->setMulti($arg); }} 构造函数 初始化用于分词的搜索服务端

10.XSDataSource

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

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