(PHP 5 >= 5.2.3)
mysql_set_charset — Sets the client character set
Sets the default character set for the current connection.
A valid character set name.
MySQL 연결. 지정하지 않으면 mysql_connect()로 연 마지막 연결을 사용합니다. 연결이 없으면, 인수 없이 mysql_connect()를 호출하여 연결을 만듭니다. 연결이 성립되지 않으면 E_WARNING 등급의 오류를 생성합니다.
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.
Note: This function requires MySQL 5.0.7 or later.
Note: This is the preferred way to change the charset. Using mysql_query() to execute SET NAMES .. is not recommended.