搜索

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

11.安装后无法使用

发布时间:2013-04-08 10:04 t By anbie

我的PHP是5.4.3,看到也只有SWSC的版本接近的也只有5.3.x 打开PHP报错缺少php4ts.dll 试了下第一个例子 报错,Call to undefined function scws_new() 小白一个,求帮帮忙啊~~

12.XSComponent::__get

...xed 属性值 源码: sdk/php/lib/XS.class.php#L182 (显示) public function __get($name){ $getter = 'get' . $name; if (method_exists($this, $getter)) { return $this->$getter(); } // throw exception $msg = method_exists($this, 'set' . $name) ? 'Write-only' : 'Undefined';...

13.XSDataSource::instance

... 源码: sdk/php/util/XSDataSource.class.php#L44 (显示) public static function instance($type, $arg = null){ $type2 = ($pos = strpos($type, ':')) ? 'database' : $type; $class = 'XS' . ucfirst(strtolower($type2)) . 'DataSource'; if (!class_exists($class)) { throw new XSException(...

14.XSComponent::__set

...xed 属性值 源码: sdk/php/lib/XS.class.php#L202 (显示) public function __set($name, $value){ $setter = 'set' . $name; if (method_exists($this, $setter)) { return $this->$setter($value); } // throw exception $msg = method_exists($this, 'get' . $name) ? 'Read-only' :...

15.XSDocument::__call

...无用) 源码: 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 ...

16.php_scws.dll加载问题.help~

更新时间:2010-11-24 17:11 t By 7color

...extension_dir/目录. 可是依旧提示:Fatal error: Call to undefined function scws_new() ,请问这是什么原因呢,我在本地的Zendserver中配置 & 朋友wamp上测试都是加载不了,提示找不到函数.. ------------------------------ [php]$boolean = dl("php_scws.dll"); var...

17.报错json_last_error() debug不可用

发布时间:2013-07-19 16:07 t By tboy

.../www.domain.com/getjson.aspx?t=1) ... PHP Fatal error: Call to undefined function json_last_error() in /usr/local/xunsearch/sdk/php/util/XSDataSource.class.php on line 332 过滤器 debug 不显示 json导入出错

18.帮忙看下安装的问题

更新时间:2011-11-07 00:11 t By zxing

...port.o -MD -MP -MF .deps/import.Tpo -c -o import.o import.cc import.cc: In function 'int main(int, char**)': import.cc:773:31: warning: ignoring return value of 'int ftruncate(int, __off64_t)', declared with attribute warn_unused_result [-Wunused-result] import.cc: In function 'void batch_committed(...

19.使用自定义词典时无法取得字典中的内容

更新时间:2011-08-08 17:08 t By 999

...用时出现方法不存在的错误: Fatal error: Call to undefined function scws_free() in E:\website\test\index.php on line 27

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

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