PHP 设置MySQL连接字符集的方法
程序员文章站
2022-04-28 15:30:09
mysql_set_charset()。 这个函数是这样用的: mysql_set_charset('utf8', $link); 成功返回 true,失败返回 false...
mysql_set_charset()。
这个函数是这样用的:
mysql_set_charset('utf8', $link);
成功返回 true,失败返回 false。
就这么简单。
下面是php手册原文
this is the preferred way to change the charset. using mysql_query() to execute set names .. is not recommended.
这个函数是这样用的:
mysql_set_charset('utf8', $link);
成功返回 true,失败返回 false。
就这么简单。
下面是php手册原文
this is the preferred way to change the charset. using mysql_query() to execute set names .. is not recommended.
上一篇: [NOI2002] 贪吃的九头蛇
下一篇: [NOI2018] 归程