mysql_set_charset

Example

 bool mysql_set_charset ( string $charset [, resource $link_identifier ] ) 

Description

Sets the default character set for the current connection.

Return Values

Returns TRUE on success or FALSE on failure.