/wind/db/mysql/WindMysqlPdoAdapter.php中
class WindMysqlPdoAdapter extends AbstractWindPdoAdapter {
/ (non-PHPdoc)
@see AbstractWindPdoAdapter::setCharset()
*/
public function setCharset($charset) {
$charset && $this->query("set names " . $this->quote($charset) . ";");
}
字符集问题
暂无临时解决方案
暂无官方解决方案
暂无防护方案
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
暂无评论