搜索

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

21.XSDebugFilter

... 源码: sdk/php/util/XSDataSource.class.php#L990 (显示) public function process($data, $cs = false){ echo "\n----- DEBUG DATA INFO -----\n"; print_r($data); return $data;} processDoc() 方法 public void processDoc($doc) $doc 源码: sdk/php/util/XSD...

22.XSDatabaseSQLite

...se() 源码: sdk/php/util/XSDataSource.class.php#L709 (显示) public function close(){ if ($this->link) { sqlite_close($this->link); $this->link = null; }} 关闭数据库 connect() 方法 public void connect(array $param) $param array 连接参数, ...

23.XSDatabaseMySQLI

...se() 源码: sdk/php/util/XSDataSource.class.php#L641 (显示) public function close(){ if ($this->obj) { $this->obj->close(); $this->obj = null; }} 关闭数据库连接 connect() 方法 public void connect(array $param) $param array 连接参数, 包...

24.XSComponent

...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';...

25.RE: 怎样才能 字母数字汉字组合 按照词典分成一个词语呢?

更新时间:2013-07-03 16:07 t By shuyinglee

...@@ -510,6 +512,35 @@ RETURN_TRUE; } + +/* shuying.lee adds it */ +PHP_FUNCTION(scws_use_rule) +{ + zend_bool boolset = 1; + + struct php_scws *ps; + zval **tmp; + zval *object = getThis(); + + if (object) { + if (zend_hash_find(Z_OBJPROP_P(object), "handle", sizeof("handle"), (void **)&tmp) ...

26.XSIndex

...destruct() 源码: sdk/php/lib/XSIndex.class.php#L528 (显示) public function __destruct(){ if ($this->_rebuild === true) { try { $this->endRebuild(); } catch (Exception $e) { } } foreach (self::$_adds as $srv) { $srv->close(); } ...

27.RE: [特别发布] 纯PHP编写的xdb词典导入导出工具!!

更新时间:2009-07-05 10:07 t By heraldboy

...ask in C:\wamp\www\pscws4\etc\xdb.class.php on line 138 Warning: fread() [function.fread]: Length parameter must be greater than 0 in C:\wamp\www\pscws4\etc\xdb.class.php on line 612 Warning: unpack() [function.unpack]: Type I: not enough input, need 4, have 0 in C:\wamp\www\pscws4\etc\xdb.class.p...

28.XSDatabaseSQLite3

...se() 源码: sdk/php/util/XSDataSource.class.php#L768 (显示) public function close(){ if ($this->obj) { $this->obj->close(); $this->obj = null; }} 关闭数据库 connect() 方法 public void connect(array $param) $param array 连接参数, 包含: pa...

29.XSDatabaseMySQL

...se() 源码: sdk/php/util/XSDataSource.class.php#L498 (显示) public function close(){ if ($this->link) { mysql_close($this->link); $this->link = null; }} 关闭数据库连接 connect() 方法 public void connect(array $param) $param array 连接参...

30.scws-1.0.0支持php 5 么?

更新时间:2009-02-19 02:02 t By fjctlzy

...像php找不到那个extensions,虽然拷贝过去了.[hr] Warning: dl() [function.dl]: Unable to load dynamic library './scws.so' - (null) in /Volumes/Learning/WebApp/scws.php on line 3 Functions available in the test extension: 提示我没有载入...不过我的scws.so放在了/usr/local/php5...

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