搜索

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

11.RE: [2012] SCWS-1.2.0 发布,BSD协议、支持自定义词库、PHP5.4

发布时间:2012-05-01 12:05 t By emo

...01 12:03:57 2012] [error] [client ::1] PHP Fatal error: Call to undefined function scws_open() in /Applications/AMPPS/www/a.php on line 3, referer: http://localhost/

12.XSDatabaseDataSource

...) 源码: sdk/php/util/XSDataSource.class.php#L211 (显示) protected function deinit(){ $this->db->close();} getCharset() 方法 public mixed getCharset() {return} mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.p...

13.XSDataSource

... 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $this->arg = $arg; $this->inCli = php_sapi_name() === 'cli'; $this->init();} 构造函数 deinit() 方法 protected void deinit() 源码: s...

14.谁在windows下测试通过了,请给写个说明。谢谢了。我是这样做的,但是有错误。

发布时间:2010-10-30 20:10 t By wodeln

...n/php/php5.2.6/ext/" 这样的时候报错 Fatal error: Call to undefined function scws_new() in D:\wamp\www\tl\text.php on line 4 我设为空的时候还是同样的错误。 都弄好之后我重启的所有服务。 谁测试通过了,给指点一下,谢谢了!

15.XSFieldMeta

...置 源码: sdk/php/lib/XSFieldScheme.class.php#L298 (显示) public function __construct($name, $config = null){ $this->name = strval($name); if (is_array($config)) { $this->fromConfig($config); }} 构造函数 __toString() 方法 public string __toString() {r...

16.XSDocument

...无用) 源码: sdk/php/lib/XSDocument.class.php#L108 (显示) public function __call($name, $args){ if ($this->_meta !== null) { $name = strtolower($name); if (isset($this->_meta[$name])) { return $this->_meta[$name]; } } throw new XSException('Call to ...

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