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.
以上就介紹了白花蛇舌草的功效與作用及食用方法PHP 設定MySQL連接字符集的方法,包括了白花蛇舌草的功效與作用及食用方法方面的內容,希望對PHP教程有興趣的朋友有所幫助。