PHP 设置MySQL连接字符集的方法_PHP教程
程序员文章站
2022-05-16 16:37:10
...
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.
上一篇: 深入理解PHP中的global
推荐阅读
-
使用VisualStudio开发php的图文设置方法
-
PHP连接SQLServer2005的实现方法(附ntwdblib.dll下载)
-
php基于Fleaphp框架实现cvs数据导入MySQL的方法
-
PHP获取MySql新增记录ID值的3种方法
-
PHP-Fcgi下PHP的执行时间设置方法
-
IIS下配置Php+Mysql+zend的图文教程(完整版)
-
设置php页面编码的两种方法示例介绍
-
PHP+MySQL统计该库中每个表的记录数并按递减顺序排列的方法
-
PHP使用file_get_content设置头信息的方法
-
PHP下使用mysqli的函数连接mysql出现warning: mysqli::real_connect(): (hy000/1040): ...