PHP 设置MySQL连接字符集的方法
发布时间:2020-12-13 05:49:25 所属栏目:PHP教程 来源:网络整理
导读: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
mysql_set_charset()。 这个函数是这样用的: mysql_set_charset('utf8',$link); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容