|
PHP5中文手册
mysql_set_charset(PHP 5 >= 5.2.3) mysql_set_charset — Sets the client character set 说明
bool mysql_set_charset
( string $charset
[, resource $link_identifier
] )
Sets the default character set for the current connection. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 注释
|