gpt4 book ai didi

php - 带有 PDOException 错误的奇怪字符

转载 作者:行者123 更新时间:2023-11-29 19:02:02 25 4
gpt4 key购买 nike

我在 CentOS 7 上使用 PHP 5.6 运行 MariaDB。这是我的连接字符串:

try {
$connStr = 'mysql:host=server;dbname=mysql';
$pdo = new PDO($connStr, 'user', 'passwd');
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$pdo->exec('SET NAMES utf8');
catch(PDOException $err) {
var_dump($err->getMessage());
die();
}

一切正常,除了 PDO 错误之外没有编码问题,这会引发一些奇怪的字符:

MUH��/NU(~�03��D!71G� ����J����̜��*���+S��+S��N|5

我该如何管理?

最佳答案

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />靠近 html 页面开头

关于php - 带有 PDOException 错误的奇怪字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43799147/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com