mysql_set_charset

mysql_set_charset()是最方便的mysql字符设置函数,另mysql下没有utf-8字符集,只有utf8字符集;

例:

mysql_set_charset('gbk');

mysql_set_charset('utf8');


你可能感兴趣的:(mysql_set_charset)