搜索

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

1.XSDatabaseMySQL

...pass)) === false) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!mysql_select_db($param['dbname'], $this->link)) { $this->close(); throw new XSException("Can not switch to database name: '{$param['dbname']}'"); } $this->setUtf8();} ...

2.XSDatabaseMySQLI

...j->connect_error) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!$this->obj->select_db($param['dbname'])) { $this->close(); throw new XSException("Can not switch to database name: '{$param['dbname']}'"); } $this->setUtf8();} 连...

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